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 pervlad
Recipients christian.heimes, pervlad, vstinner
Date 2019-01-07.18:44:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546886667.93.0.838804343391.issue35665@roundup.psfhosted.org>
In-reply-to
Content
Public Certificate file cert.pem is attached.

Version of ssl lib in pythons on my machine:
Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import ssl
>>> ssl.OPENSSL_VERSION
'OpenSSL 1.1.0j  20 Nov 2018'

Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import ssl
>>> ssl.OPENSSL_VERSION
'OpenSSL 1.0.2q  20 Nov 2018'
History
Date User Action Args
2019-01-07 18:44:30pervladsetrecipients: + pervlad, vstinner, christian.heimes
2019-01-07 18:44:27pervladsetmessageid: <1546886667.93.0.838804343391.issue35665@roundup.psfhosted.org>
2019-01-07 18:44:27pervladlinkissue35665 messages
2019-01-07 18:44:27pervladcreate