client timed out (110: Connection timed out) while SSL handshaking for web browser on mobile device

yf chu cyflhn at 163.com
Sat Feb 2 15:49:16 UTC 2019


We have found that occassionally the web page could not be opened with browser on mobile device. We sometimes wait for a very long time before we get the error message that this web page could not be opened, but then we reopen the page and the normal page shows without any problems. We have checked the Nginx log files and found that the message "client timed out (110: Connection timed out) while SSL handshaking" showed many times. But it is info message, not the error or warn message. What could be the reason for this issue? Does it have something to do with HTTP2 or tls2? We have enabled the HTTP2. Here is some key configurations:


listen 443 http2 ssl;
ssl_session_timeout 1d;
ssl_session_cache shared:SSL:50m;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20190202/c35d70f4/attachment.html>


More information about the nginx mailing list