[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1007)'
mharris4-eqr opened this issue · 4 comments
I am receiving error the following error when trying to connect to our Azure Artifacts instance via pip while behind my corporate firewall. I know that we use decryption in our firewalls and we need to trust our internal CA authority for connectivity. Is there a solution for that in either this package or Credential provider?
I am using python 3.10.11 and pip version 23.3.1 on Windows 10 21H2
Error - [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1007)'
I receive the error when using either of the following commands
pip install azure-mgmt-search==9.1.0 --use-feature=truststore
pip install azure-mgmt-search==9.1.0
We're seeing the same issue. @mharris4-eqr : Did you find any solution to this?
This is likely due to pip rather than artifacts-keyring.
Can you capture the output of adding -vvv
to those commands? It might have private information in the output, so censor anything you need to, but it'll be interesting to see exactly who (isn't) using the system certificate store properly.
Looks like this answered. Closing - please reopen if you think this is still an issue on the artifacts-keyring