ssl.SSLError: [SYS] unknown error (_ssl.c:2580)
in test_tls_comm_closed_implicit
#8936
Labels
ssl.SSLError: [SYS] unknown error (_ssl.c:2580)
in test_tls_comm_closed_implicit
#8936
We have a test failing on us quite reliably on python3.11 and 3.12
The diff in the environment between a working and non working CI run is
so most likely the new version of openssl is causing this. I haven't dug into what is happening or whether this should be handled by us. Most likely this exception is not handled well by tornado (since we receive a plain SSL exception instead of a StreamClosedError)
The text was updated successfully, but these errors were encountered: