We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ssl.PROTOCOL_TLS
ssl.PROTOCOL_TLSv1_2
All supported Python versions have deprecated TLS version specific configurations.
Deprecated since version 3.6: OpenSSL has deprecated all version specific protocols.
Clients should always use: ssl.PROTOCOL_TLS_CLIENT
ssl.PROTOCOL_TLS_CLIENT
Servers should always use: ssl.PROTOCOL_TLS_SERVER
ssl.PROTOCOL_TLS_SERVER
https://docs.python.org/dev/library/ssl.html