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 vstinner
Recipients christian.heimes, vstinner
Date 2016-09-14.13:35:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473860146.13.0.232265183907.issue28151@psf.upfronthosting.co.za>
In-reply-to
Content
A workaround is to catch the ssl.SSLError and skip the unit test...

Another fix is to avoid completely network connection to the Internet and only uses the temporary HTTP server used by other unit tests.
History
Date User Action Args
2016-09-14 13:35:46vstinnersetrecipients: + vstinner, christian.heimes
2016-09-14 13:35:46vstinnersetmessageid: <1473860146.13.0.232265183907.issue28151@psf.upfronthosting.co.za>
2016-09-14 13:35:46vstinnerlinkissue28151 messages
2016-09-14 13:35:46vstinnercreate