mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-12-15 14:41:32 +01:00
ssl/ssl_simple_crt-list.vtc was renamed to ssl/ssl_simple_crt-list.vtci
to produce a common part runnable both for QUIC and TCP listeners.
Then ssl_simple_crt-list.vtc files were created both under ssl and quic directories
to call this .vtci file with correct VTC_SOCK_TYPE environment values
("quic" for QUIC listeners and "stream" for TCP listeners);
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
#REGTEST_TYPE=bug
|
|
varnishtest "Test for the bug #940"
|
|
# Test that the SNI are correctly inserted with the same file multiple times.
|
|
|
|
#REQUIRE_OPTIONS=OPENSSL
|
|
|
|
setenv VTC_SOCK_TYPE stream
|
|
include ${testdir}/ssl_simple_crt-list.vtci
|