Hello,
We’re using haproxy to load balance SSL between two nginx servers.
We’re using ‘option ssl-hello-chk’ for health monitoring in haproxy’s
config. The problem is it’s flooding our logs with 400 errors every 2
seconds. Is there a way to stop this?
On Fri, Feb 10, 2012 at 04:01:16AM -0500, trojan2748 wrote:
Hello,
We’re using haproxy to load balance SSL between two nginx servers.
We’re using ‘option ssl-hello-chk’ for health monitoring in haproxy’s
config. The problem is it’s flooding our logs with 400 errors every 2
seconds. Is there a way to stop this?
If you don’t want to see 400 errors, you may try something like
this (in a default server block):