You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corporate network with ssl inspection firewall, custom ca on every site. Root certificate is trusted by windows, and environment variables REQUESTS_CA_BUNDLE and SSL_CERT_FILE are setup. Python requests work fine. Pip install as well. uv fails with error below.
We do not respect the REQUESTS_CA_BUNDLE variable, what do you set that to? We do respect SSL_CERT_FILE but if your certificate are registered with the Windows certificate store then that should not be necessary.
It may be worth seeing if there are any upstream rustls-native-certs issues that apply to your situation and confirm that your certificates are available through the schannel API.
All of the certificate loading and validation is done outside of uv, generally these issues are a problem with the certificate configuration or an upstream bug.
#1474 was not fixed by #1512 for me on v 0.1.11
Corporate network with ssl inspection firewall, custom ca on every site. Root certificate is trusted by windows, and environment variables REQUESTS_CA_BUNDLE and SSL_CERT_FILE are setup. Python requests work fine. Pip install as well. uv fails with error below.
The text was updated successfully, but these errors were encountered: