-
Notifications
You must be signed in to change notification settings - Fork 2.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
Provides a way to ignore host verify #1796
Comments
Use |
|
Ah, so you want to still run Lines 8759 to 8760 in 548dfff
But have an option to skip just verify_host Lines 8774 to 8778 in 548dfff
The curl equivalent being CURLOPT_SSL_VERIFYHOST = 0
|
Yes, httplib does not provide this capability now |
Thanks for the clear explanation. |
When setting the client authentication mode to SSL_VERIFY_NONE, the host verification is not ignored.
Provides a way to ignore host verify.
The text was updated successfully, but these errors were encountered: