-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
https server not work #116
Comments
I have the same issue, is there a way to pass verify=False? |
I have made the following patch to achieve the same verify=False functionality, but I am sure there is a way to add this feature in a more cleaner way, doing it with sed in a Dockerfile:
For me it works(tm), but I would welcome an option to ignore SSL verifications, as |
@zoobab what |
@andruten urllib3==2.2.1 |
@zoobab Could you try with a 1.26.x version? |
I requested https service, he reported an error.
I read the source code and made the following changes, it work, but I want to know, is there an official way to complete the https request?
The text was updated successfully, but these errors were encountered: