class ssl.SSLContext(protocol)
Create a new SSL context. You must pass protocol which must be one of the PROTOCOL_*
constants defined in this module. PROTOCOL_SSLv23
is currently recommended for maximum interoperability.
See also
create_default_context()
lets the ssl
module choose security settings for a given purpose.
Please login to continue.