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 christian.heimes
Recipients christian.heimes
Date 2018-08-16.16:40:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534437602.58.0.56676864532.issue34391@psf.upfronthosting.co.za>
In-reply-to
Content
The "OSError: [Errno 0] Error" failures are caused by session ticket handling in two way shutdown. I reported the issue a while ago https://github.com/openssl/openssl/issues/6262 and it's fixed in OpenSSL git master (to be released as 1.1.1-pre9).

The error in test_data_connection is actually "[SSL] shutdown while in init". The dummy server code is failing, because the client starts a two way shutdown before the full handshake has been established. A simple recv() call is good enough to finalize the handshake.
History
Date User Action Args
2018-08-16 16:40:02christian.heimessetrecipients: + christian.heimes
2018-08-16 16:40:02christian.heimessetmessageid: <1534437602.58.0.56676864532.issue34391@psf.upfronthosting.co.za>
2018-08-16 16:40:02christian.heimeslinkissue34391 messages
2018-08-16 16:40:02christian.heimescreate