Christian Heimes <li...@cheimes.de> added the comment:

The bug has been fixed in #31399. Since 3.7, Python uses OpenSSL's 
X509_VERIFY_PARAM_set1_host() to verify the host name during the handshake. 
Unfortunately the fix is in OpenSSL 1.0.2 only. Backport would break 
compatibility with OpenSSL 1.0.1 and all currently released LibreSSL versions.

Are you ok with closing the bug?

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> pending
superseder:  -> Let OpenSSL verify hostname and IP address
type:  -> behavior
versions: +Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30141>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to