[issue32185] SSLContext.wrap_socket sends SNI Extension when server_hostname is IP

Christian Heimes report at bugs.python.org
Sun Feb 25 04:19:20 EST 2018


Christian Heimes <lists at cheimes.de> added the comment:

The issue has been fixed in 2.7, 3.6-3.8 for OpenSSL >= 1.0.2 or platforms with inet_pton. I didn't bother to fix platforms without inet_pton since OpenSSL 1.0.1 and earlier are no longer support any way.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32185>
_______________________________________


More information about the Python-bugs-list mailing list