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 Lennart Grahl, christian.heimes
Date 2018-08-20.12:07:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534766843.43.0.56676864532.issue34440@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.6 is a little more forgiving than Python 3.7. Python 3.7 uses OpenSSL's hostname verification algorithms, which interpret the RFCs more strictly. You have to include a SAN field of type IP address. Matching against CN has been deprecated for more than 15 years, see https://bugs.chromium.org/p/chromium/issues/detail?id=308330
History
Date User Action Args
2018-08-20 12:07:23christian.heimessetrecipients: + christian.heimes, Lennart Grahl
2018-08-20 12:07:23christian.heimessetmessageid: <1534766843.43.0.56676864532.issue34440@psf.upfronthosting.co.za>
2018-08-20 12:07:23christian.heimeslinkissue34440 messages
2018-08-20 12:07:23christian.heimescreate