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