Allow pdm python install
to use system certificates
#2759
Labels
⭐ enhancement
Improvements for existing features
pdm python install
to use system certificates
#2759
Is your feature/enhancement proposal related to a problem? Please describe.
My machine is behind a corporate proxy, so SSL certificates from
certifi
won't work. When I dopdm python install 3.12 -v
, I get an error.Error
Describe the solution you'd like
It would be great if
pdm
, while installing python, could use system certificates by default or expose a configuration switch to do it.The text was updated successfully, but these errors were encountered: