ssl.OP_NO_SSLv2
Prevents an SSLv2 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23
. It prevents the peers from choosing SSLv2 as the protocol version.
New in version 3.2.
ssl.OP_NO_SSLv2
Prevents an SSLv2 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23
. It prevents the peers from choosing SSLv2 as the protocol version.
New in version 3.2.
Please login to continue.