On 2014-02-13, at 11:11 AM, Baptiste <[email protected]> wrote: > You're checking with a TCP handshake only, which is not aware of HTTP > status response. > add "option httpchk" in your backend and add the keyword "check-ssl" > on your server lines to tell HAProxy the health check must be > ciphered.
But the check itself is not SSL - it connects to port 9700 of the server, which just echoes out a HTTP response.

