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 asvetlov, pablogsal, vstinner, yselivanov
Date 2018-06-07.01:26:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528334768.32.0.592728768989.issue33694@psf.upfronthosting.co.za>
In-reply-to
Content
The issue occurs when the server calls start_tls() because the client calls start_tls(). In that case, ServerProto.data_received() is called with the server TLS handshake and so the client SSLProtocol never this this handshake from server...
History
Date User Action Args
2018-06-07 01:26:08vstinnersetrecipients: + vstinner, asvetlov, yselivanov, pablogsal
2018-06-07 01:26:08vstinnersetmessageid: <1528334768.32.0.592728768989.issue33694@psf.upfronthosting.co.za>
2018-06-07 01:26:08vstinnerlinkissue33694 messages
2018-06-07 01:26:08vstinnercreate