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 Dima.Tisnek
Recipients Dima.Tisnek, christian.heimes
Date 2020-10-30.01:12:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604020372.47.0.368262881574.issue39951@roundup.psfhosted.org>
In-reply-to
Content
https://bugs.python.org/issue39953 has landed and the errors are now more sensible:
(that patch was not backported to 3.7, because it's not a security issue).

Python 3.7.8 [SSL: KRB5_S_INIT] application data after close notify
Python 3.8.5 [SSL: APPLICATION_DATA_AFTER_CLOSE_NOTIFY] application data after close notify
Python 3.9.0 [SSL: APPLICATION_DATA_AFTER_CLOSE_NOTIFY] application data after close notify
Python 3.10.0a1 [SSL: APPLICATION_DATA_AFTER_CLOSE_NOTIFY] application data after close notify

I guess I shall work on a patch to ignore this specific error when closing the connection.

I would appreciate guidance on half-closed state that, it seems, is possible since TLS 1.3 🤔
History
Date User Action Args
2020-10-30 01:12:52Dima.Tisneksetrecipients: + Dima.Tisnek, christian.heimes
2020-10-30 01:12:52Dima.Tisneksetmessageid: <1604020372.47.0.368262881574.issue39951@roundup.psfhosted.org>
2020-10-30 01:12:52Dima.Tisneklinkissue39951 messages
2020-10-30 01:12:52Dima.Tisnekcreate