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
Date 2019-01-05.12:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546691085.37.0.66333867377.issue35665@roundup.psfhosted.org>
In-reply-to
Content
In Python 3.7.1 on Windows 10 ssl library function call ssl.create_default_context(ssl.Purpose.SERVER_AUTH) raises an ssl error:

File "C:\Python37\lib\ssl.py", line 471, in _load_windows_store_certs
    self.load_verify_locations(cadata=certs)
ssl.SSLError: nested asn1 error (_ssl.c:3926)

In Python 3.6.4 same function call raises no error.
History
Date User Action Args
2019-01-05 12:24:48pervladsetrecipients: + pervlad, christian.heimes
2019-01-05 12:24:45pervladsetmessageid: <1546691085.37.0.66333867377.issue35665@roundup.psfhosted.org>
2019-01-05 12:24:45pervladlinkissue35665 messages
2019-01-05 12:24:45pervladcreate