]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] implement 'option ssl-hello-chk' to use CLIENT HELLO health checks.
authorWilly Tarreau <w@1wt.eu>
Sun, 9 Jul 2006 14:42:34 +0000 (16:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 Jul 2006 14:42:34 +0000 (16:42 +0200)
commitf3c692090e66b415a9b799971ad3ee3e8ff809b7
tree019675c24e3652b0996ab57cea77f11009f3ecf4
parent2738a1494177b3fdf816113c909a68a3467efcc7
[MEDIUM] implement 'option ssl-hello-chk' to use CLIENT HELLO health checks.

This makes it possible to relay SSL connections in pure TCP instances while
ensuring the remote end really receives our data eventhough intermediate
agents (firewalls, proxies, ...) might acknowledge the connection.
doc/haproxy-en.txt
doc/haproxy-fr.txt
examples/haproxy.cfg
include/types/backend.h
include/types/proxy.h
src/cfgparse.c
src/checks.c