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 martin.panter
Recipients alex, christian.heimes, dstufft, janssen, martin.panter, pitrou, vstinner
Date 2017-09-04.06:06:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504505192.21.0.415034800446.issue31320@psf.upfronthosting.co.za>
In-reply-to
Content
Not sure if you just want to hide the presence of the exception and traceback. But regarding the exception itself (OSError with errno 0), this is not ideal. From memory, you tend to get this when the connection is shut down insecurely at the TCP level. A better exception would be SSLEOFError. Similar report in Issue 31122 (same wrap_socket → do_handshake chain). Probably also relevant: Issue 10808.
History
Date User Action Args
2017-09-04 06:06:32martin.pantersetrecipients: + martin.panter, janssen, pitrou, vstinner, christian.heimes, alex, dstufft
2017-09-04 06:06:32martin.pantersetmessageid: <1504505192.21.0.415034800446.issue31320@psf.upfronthosting.co.za>
2017-09-04 06:06:32martin.panterlinkissue31320 messages
2017-09-04 06:06:31martin.pantercreate