mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 22:31:28 +02:00
In this scripts, several clients perform a requests and exit because an SSL error is expected and thus no response is sent. However, we must explicitly wait for the connection close, via an "expect_close" statement. Otherwise, depending on the timing, HAProxy may detect the client abort before any connection attempt on the server side and no SSL error is reported, making the script to fail.
File list: - common.pem: PEM file which may be used by most of the VTC files.