-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Unable to get local issuer certificate when using twine #6218
Comments
After i debug from source code, i found that this a bug. Lines 765 to 770 in 177dd90
from these codes, if i set REQUESTS_CA_BUNDLE="" CURL_CA_BUNDLE="" verfiy=None and verify will equal to None
After that at Line 775 in 177dd90
Lines 61 to 86 in 177dd90
when request_setting is None , it will return session_setting which is self.verify that is True by default.
So that is why |
Related to #6071 which was documented in our changelog |
@sigmavirus24 That is too long to read. Maybe you can tell me the conclusion. |
No.
That's not a feature that's planned, as indicated by that thread you refuse to read. It also has the myriad reasons which I will not summarize for you. I also don't think this is a valid bug report, so I'm closing it |
Hi there, i am using
to upload packages.
What is strange is that i can use this cmd successfully with
twine==4.0.1 requests==2.27.1 certifi==2021.10.8 or 2022.6.15
。Failed with
twine==4.0.1 requests==2.28.1 certifi==2021.10.8 or 2022.6.15
。Also
failed with requests==2.28.1
Expected Result
Using
twine upload xxx
successfully.Actual Result
Reproduction Steps
System Information
2.27.1
2.28.1
The text was updated successfully, but these errors were encountered: