commit | 0656d9ca7550c6e0bab1c93e7408b24e80eb3466 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Dec 18 10:31:04 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 08 10:10:18 2019 +0100 |
tree | 89cd63b85744251dd41772d8eaf4fac27810cb4b | |
parent | c3949d4c000ee6e863950663f89e74ed7e2fc253 [diff] |
REGTEST: Add a reg test for health-checks over SSL/TLS. This script runs two tests. One with "httpchk" over SSL/TLS and another one with "check-ssl" option. As varnishtest does not support SSL/TLS we use two haproxy processes to run these tests. h2 haproxy process be2 and be4 backends declare one server each wich are the frontend of h1 haproxy process. We check the layer6/7 checks thanks to syslog messages. Signed-off-by: Frédéric Lécaille <flecaille@haproxy.com>