-
Notifications
You must be signed in to change notification settings - Fork 785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Again problems with the --native-tls flag or SSL_CERT_FILE #9243
Comments
Can you share verbose logs? You can also use |
|
Or with the rust_log enabled
It looks like he doesn't like the certificate, but it's the same I used the other time I was able to get it through... generated from the system settings. |
Thanks! Yeah I'm not sure what to tell you here, it looks like the certificate is wrong — this usually has nothing to do with uv's implementation. You can get more logs with |
Yes it does :( |
The behavior of that flag should not have changed, I'm assuming this stopped working without you changing your uv version? What kind of proxy are you using? Who runs it? How do you know the cert is up to date? |
Update uv today after this was failing. Company is using Zscaler. Cert was verified against the Keychain file ... and just in case I made a new bundle seconds ago just to confirm this was updated, but yet not joy. In any case I validated the .pem file using the |
But you said this also fails on an old version of uv? What was the last working version? |
That's a very good question. I might have ran a brew upgrade at some point, but I don't remember whether uv was upgraded and which version I had before. My bad. |
After a small period of joy, again today I'm experiencing problems in using the uv pip install.
Whether using the
--native-tls
or setting theSSL_CERT_FILE
, both the approach resolve in a "Failed to tech error".When it comes to the SSL_CERT_FILE, read-only permissions on the file were given. Not sure this would be making any difference at this stage.
UV version tried, both the 0.4.28 and the 0.5.2
Would someone so kind to provide some debugging steps?
The text was updated successfully, but these errors were encountered: