[issue30288] ssl.wrap_ssl will fail on do_handshake if default parameters are supplied by user

DenSA-Inc report at bugs.python.org
Fri May 5 20:43:24 EDT 2017


DenSA-Inc added the comment:

I just realised that the server stopped supporting TLS-v1.0 and the code still tried to establish a TLS-v1.0-connection. Yet the server responded with TLS-v1.2. So no bug here.

----------
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30288>
_______________________________________


More information about the Python-bugs-list mailing list