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 mcasadevall
Recipients christian.heimes, mcasadevall
Date 2018-11-13.16:06:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542125162.5.0.788709270274.issue35234@psf.upfronthosting.co.za>
In-reply-to
Content
Test case attached.

In Python 3.6, ssl tries to validate the hostname on its own, but fails to convert the SSL certificates hostname from IDNA back to UTF-8 and mismatches. Python 3.7 and master are unaffected since this got fixed by accident when validation was changed to depend on OpenSSL alone and not do it in python though the underlying match_hostname function is still bugged.
History
Date User Action Args
2018-11-13 16:06:02mcasadevallsetrecipients: + mcasadevall, christian.heimes
2018-11-13 16:06:02mcasadevallsetmessageid: <1542125162.5.0.788709270274.issue35234@psf.upfronthosting.co.za>
2018-11-13 16:06:02mcasadevalllinkissue35234 messages
2018-11-13 16:06:02mcasadevallcreate