You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be able to ignore cert error just like 0.11.5 version.
Use case
I'm working on upgrading an old codebase using 0.11.5. I need to connect to a third party server with tls and self signed certificates. The current code work correctly with the following setting but it stopped working for the latest version.
ssl_ctx = ssl.create_default_context()
ssl_ctx.check_hostname = False
ssl_ctx.verify_mode = ssl.CERT_NONE
I cannot get the self signed certificates from the third party. Can you please add back the option to ignore the cert error? Or did i miss any thing?
Contribution
No response
The text was updated successfully, but these errors were encountered:
Proposed change
Be able to ignore cert error just like 0.11.5 version.
Use case
I'm working on upgrading an old codebase using 0.11.5. I need to connect to a third party server with tls and self signed certificates. The current code work correctly with the following setting but it stopped working for the latest version.
ssl_ctx = ssl.create_default_context()
ssl_ctx.check_hostname = False
ssl_ctx.verify_mode = ssl.CERT_NONE
I cannot get the self signed certificates from the third party. Can you please add back the option to ignore the cert error? Or did i miss any thing?
Contribution
No response
The text was updated successfully, but these errors were encountered: