]> git.kaiwu.me - haproxy.git/commit
BROKEN/REGTESTS: ssl_reuse: add explicit 0-rtt tests 20251029-h2-0rtt-vtc-1
authorWilly Tarreau <w@1wt.eu>
Thu, 30 Oct 2025 17:16:08 +0000 (18:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 30 Oct 2025 18:04:32 +0000 (19:04 +0100)
commitb4775529de1a3e245e6c21b3adada7617c53ed7c
treeafd05f0fbf895c73f80a4dd70f97df36c00cb9fd
parentaad75c0f9b141adff5688d83fa863133f5885ed0
BROKEN/REGTESTS: ssl_reuse: add explicit 0-rtt tests

BROKEN: works pretty fine alone, but once launched with the whole set
tests, bugs saying "wrong FD type 25 and 26", indicating a bug in vtest
and possibly a mix of FDs between running tests. Dropping VTC_SOCK_TYPE
goes a bit further but issues 503...

New proxies are configured to relay traffic to existing instances
using various combinations:
  - all servers have "allow-0rtt" enabled
  - those which don't have a retry-on must not use 0-rtt
  - those which target a TLSv1.2 server must not use 0-rtt
  - other ones must use it, both in H1 and H2

The number of loops for the server had to be increased a lot since
we're adding 12 tests of 21 connections each.
reg-tests/ssl/ssl_reuse.vtc