From c42e27e30be60c3e5ad1983597b72e625c930904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Fri, 21 Jul 2023 18:32:32 +0200 Subject: [PATCH] DOC: quic: Add "limited-quic" new tuning setting Document "limited-quic" new tuning setting which must be used to enable the QUIC listener bindings when haproxy is compiled against a TLS/SSL stack without QUIC support. --- doc/configuration.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 9537f203d..9700da5f5 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1797,6 +1797,13 @@ issuers-chain-path "issuers-chain-path" directory. All other certificates with the same issuer will share the chain in memory. +limited-quic + This setting must be used to explicitly enable the QUIC listener bindings when + haproxy is compiled against a TLS/SSL stack without QUIC support, typically + OpenSSL. It has no effect when haproxy is compiled against a TLS/SSL stack + with QUIC support, quictls for instance. Note that QUIC 0-RTT is not supported + when this setting is set. + localpeer Sets the local instance's peer name. It will be ignored if the "-L" command line argument is specified or if used after "peers" section