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 MultiSosnooley, asvetlov, bdraco, christian.heimes, thehesiod, yselivanov
Date 2020-06-25.05:34:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593063271.76.0.410620977577.issue36098@roundup.psfhosted.org>
In-reply-to
Content
The additional read may read the TLS shutdown alert from the wire. The TLS record layer can send additional messages besides application layer data, e.g. for post handshake authentication, sessions, rekeying, and to indicate that one side is shutting down the current TLS connection.

To investigate you can either use the undocumented SSLContext._msg_callback debug hook or Wireshark with SSLKEYLOGFILE env var (available since 3.8).
History
Date User Action Args
2020-06-25 05:34:31christian.heimessetrecipients: + christian.heimes, asvetlov, yselivanov, thehesiod, MultiSosnooley, bdraco
2020-06-25 05:34:31christian.heimessetmessageid: <1593063271.76.0.410620977577.issue36098@roundup.psfhosted.org>
2020-06-25 05:34:31christian.heimeslinkissue36098 messages
2020-06-25 05:34:31christian.heimescreate