Closed wdahlenburg closed 5 years ago
SSLv3 has been deprecated in the standard ssl library for Python 2 and 3.
Is there a solution for downgrading the ssl library to support ssl.PROTOCOL_SSLv3?
There is PROTOCOL_SSLv23, but I was unable to get this to send an SSLv3 handshake.
Use -t ssl3
-t ssl3
SSLv3 has been deprecated in the standard ssl library for Python 2 and 3.
Is there a solution for downgrading the ssl library to support ssl.PROTOCOL_SSLv3?
There is PROTOCOL_SSLv23, but I was unable to get this to send an SSLv3 handshake.