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 exception happens in the server, it shouldn't freeze up the server and prevent it from finishing the request (or doing subsequent requests)
The text was updated successfully, but these errors were encountered:
OK, this was a little different than I thought, so I hope it still fixes all the issues.
What was happening is that on pypy, the version of the stdlib doesn't seem to set a timeout for the SSL socket. So when the validation was failing, it was just hanging. I manually set a timeout on the socket, and it seems to have fixed the issue.
Please reopen if this didn't solve it, but I can't reproduce the error anymore so it seems to have fixed something!
When an SSL exception happens in the server, it shouldn't freeze up the server and prevent it from finishing the request (or doing subsequent requests)
The text was updated successfully, but these errors were encountered: