]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: ssl: Fix the script about automatic SNI selection
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 8 Sep 2025 13:12:56 +0000 (15:12 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 8 Sep 2025 13:55:56 +0000 (15:55 +0200)
commitd75718af1465687353c947fd5ab02ce5638ff1a2
tree1ebdb729ffa8b3e2ebf07b03ef2c0eee6e819ea6
parentf645cd3c74ed07f351f9ce9cebc609a3a7d8407a
REGTESTS: ssl: Fix the script about automatic SNI selection

First, the barrier to delay the client execution was moved before the client
definition. Otherwise, the connection is established too early and with
short timeouts it could be closed before the requests are sent.

The main purpose of the barrier was to workaround slow health-checks. This
is also the reason why the script was flagged as slow. But it can be
significantly speed-up by setting a slow "inter" value. It is now set to
100ms and the script is no longer slow.
reg-tests/ssl/ssl_sni_auto.vtc