mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-10 17:32:03 -04:00
REGTESTS: quic/issuers_chain_path: do not forget to enable QUIC compat mode
This test is compatible with QUIC_OPENSSL_COMPAT but the "limited-quic" directive was not set, making it fail on older libs with no QUIC support despite being declared as compatible.
This commit is contained in:
parent
fd31df765f
commit
fdb569c2ea
2 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ feature cmd "$HAPROXY_PROGRAM -cc 'feature(QUIC) && !feature(QUIC_OPENSSL_COMPAT
|
|||
# Note that USE_OPENSSL is always set if USE_QUIC is set
|
||||
# Same conditions as for ssl/tls13_ssl_crt-list_filters.vtc about TLS library versions
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1) || feature(OPENSSL_AWSLC)'"
|
||||
|
||||
# This test checks if the multiple certificate types works correctly with the
|
||||
# SNI, and that the negative filters are correctly excluded
|
||||
#
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ haproxy h1 -conf {
|
|||
thread-groups 1
|
||||
.endif
|
||||
|
||||
.if feature(QUIC_OPENSSL_COMPAT)
|
||||
limited-quic
|
||||
.endif
|
||||
|
||||
stats socket "${tmpdir}/h1/stats" level admin
|
||||
issuers-chain-path "${testdir}/certs/issuers-chain-path/ca/"
|
||||
crt-base "${testdir}/certs/issuers-chain-path"
|
||||
|
|
|
|||
Loading…
Reference in a new issue