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
My suspicion is that somehow the low-level stuff needs to timeout twice before it gets through the SSL layer. Just a factor 2 off isn't that vital. Typically timeout values are nearly random educated guesses anyway.
When I set
timeout/1
in an HTTPS server, I get about twice the timeout that I actually set.As a test case, place
https_server.pl
inpackages-ssl
, consisting of:Start the server with:
Then, connect to the server via:
After about 10 seconds, I get:
The text was updated successfully, but these errors were encountered: