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 steve.dower
Recipients christian.heimes, jonathan-lp, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-10-09.15:52:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507564361.24.0.213398074469.issue31727@psf.upfronthosting.co.za>
In-reply-to
Content
"OSError: [Errno 0] Error" typically means that OpenSSL failed due to a Windows error, but we assumed it failed due to a POSIX error and so read the wrong error number (errno instead of GetLastError()).

It's worth testing with Python 3.7.0a1, since we made some changes to OpenSSL integration (as well as updating it to a significantly newer version) that may impact this scenario.
History
Date User Action Args
2017-10-09 15:52:41steve.dowersetrecipients: + steve.dower, paul.moore, christian.heimes, tim.golden, zach.ware, jonathan-lp
2017-10-09 15:52:41steve.dowersetmessageid: <1507564361.24.0.213398074469.issue31727@psf.upfronthosting.co.za>
2017-10-09 15:52:41steve.dowerlinkissue31727 messages
2017-10-09 15:52:41steve.dowercreate