This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, njs
Date 2018-02-26.08:22:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519633360.35.0.467229070634.issue30141@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2018-02-26 08:22:40christian.heimessetrecipients: + christian.heimes, njs
2018-02-26 08:22:40christian.heimessetmessageid: <1519633360.35.0.467229070634.issue30141@psf.upfronthosting.co.za>
2018-02-26 08:22:40christian.heimeslinkissue30141 messages
2018-02-26 08:22:40christian.heimescreate