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, ossdev07, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-01-15.07:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
3.7 uses OpenSSL 1.1.0. OpenSSL 1.1.1 adds TLS 1.3 and behaves differently than 1.1.0. We cannot update 3.7 to 1.1.1 because it would break backwards compatibility. For 3.8, we can move to 1.1.1.

You either have to compile your own Python and OpenSSL 1.1.1 on Windows, convince OpenSSL upstream to fix 1.1.0, or wait until 3.8 comes out by the end of the year.
History
Date User Action Args
2019-01-15 07:49:13christian.heimessetrecipients: + christian.heimes, paul.moore, tim.golden, zach.ware, steve.dower, ossdev07
2019-01-15 07:49:11christian.heimessetmessageid: <[email protected]>
2019-01-15 07:49:11christian.heimeslinkissue35740 messages
2019-01-15 07:49:11christian.heimescreate