sethmlarson / truststore

Verify certificates using OS trust stores
https://truststore.readthedocs.io
MIT License
151 stars 18 forks source link

set truststore config file not working #133

Closed delassio closed 4 months ago

delassio commented 4 months ago

Hello,

when settings truststore feature in pip config file:

pip config set global.use-feature truststore

i get error [SSL: CERTIFICATE_VERIFY_FAILED]

thanks

sethmlarson commented 4 months ago

Unfortunately we're going to need more information to debug why a certificate verification failure occurred (because verification failure is sometimes the expected outcome!)

Things like:

Without this information we can't be of much help to figure out the issue, if any.

sethmlarson commented 4 months ago

Going to close for now, with more information we can reopen.

delassio commented 4 months ago

Hi,

operating system: Win 10
public URL
explicit proxy
trust store configured properly

Thanks,

when call from cli all is ok > pip --use-feature truststore it works fine