-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
verify=False
not work with python bug PHA
#2702
Comments
Hi @yywing thanks for your patience. I wanted to confirm that this is still an issue you are seeing. Support for Python 3.6 has since been deprecated as of May 2022 per this announcement. If this is still an issue in Python 3.7+ please let us know. |
So python 3.7.1 will be affect |
Thanks again for your patience and for creating that PR. In the announcement linked earlier, the planned end of support for Python 3.7 is December 2023. And in the meantime Python 3.7.4+ can be used. For these reasons the team has not prioritized this issue or PR. |
|
Describe the bug
python has ssl bug: https://bugs.python.org/issue37428
This commit try fix it: e97f5cb
but
create_urllib3_context
has default args andcontext.post_handshake_auth
is alwaysTrue
.Expected Behavior
verfity=False
not validate cert.Current Behavior
When ? (3.6 or smaller )< python version < 3.7.4 and openssl > 1.1.1, then always verfity ssl cert.
Reproduction Steps
--
Possible Solution
#2703
Additional Information/Context
No response
SDK version used
Environment details (OS name and version, etc.)
The text was updated successfully, but these errors were encountered: