You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an ssl.SSLError occurs, for instance when the ciphers do not match, that exception is logged as an SSLError, but the client is not returning the exception. Instead after a timeout period is returns a asyncio.TimeoutError.
What I would expect is that the client re-raises the ssl.SSLError immediately after it occurs.
The text was updated successfully, but these errors were encountered:
When an
ssl.SSLError
occurs, for instance when the ciphers do not match, that exception is logged as anSSLError
, but the client is not returning the exception. Instead after a timeout period is returns aasyncio.TimeoutError
.What I would expect is that the client re-raises the
ssl.SSLError
immediately after it occurs.The text was updated successfully, but these errors were encountered: