[issue40227] SSLError is not passed to the client during handshake

2022-03-12 Thread Andrew Svetlov
Andrew Svetlov added the comment: asyncio ssl support was rewritten from scratch. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue40227] SSLError is not passed to the client during handshake

2020-04-08 Thread Ivan Ivanyuk
New submission from Ivan Ivanyuk : Due to the combination of the logic here: https://github.com/python/cpython/blob/master/Lib/asyncio/sslproto.py#L483 and changes introduced in the issue https://bugs.python.org/issue37035, the assumption that "Not-logged exceptions are not skipped but report