I did it too. First, the following SSL handshake failure , after disabling option dontlognull we also got a Timeout during SSL handshake in haproxy logs.
At first I made sure that all defaults timeouts are correct.
timeout connect 30s timeout client 30s timeout server 60s
Unfortunately, the problem was in the frontend section
There was a line with timeout client 60 , which I assume is only 60ms instead of 60s .
It seems that some clients slowly connected and failed during the establishment of the SSL connection. Test your interface while waiting for a client.
adnans
source share