Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSLError not thrown by the client #91

Open
jbouwh opened this issue Apr 23, 2023 · 0 comments
Open

SSLError not thrown by the client #91

jbouwh opened this issue Apr 23, 2023 · 0 comments

Comments

@jbouwh
Copy link
Contributor

jbouwh commented Apr 23, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant