From: Olivier Houchard Date: Mon, 6 May 2019 17:01:04 +0000 (+0200) Subject: MINOR: doc: Document the interaction of allow-0rtt and retry-on 0rtt-rejected. X-Git-Tag: v2.0-dev3~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22c9b440dce0a2844a7ff249fe91db4221120726;p=thirdparty%2Fhaproxy.git MINOR: doc: Document the interaction of allow-0rtt and retry-on 0rtt-rejected. Document that haproxy will try to use early data when connecting to the server if we have retry-on 0rtt-rejected, as well. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 674134e10f..95f345e7e9 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -11756,7 +11756,8 @@ agent-port allow-0rtt Allow sending early data to the server when using TLS 1.3. - Note that early data will be sent only if the client used early data. + Note that early data will be sent only if the client used early data, or + if the backend uses "retry-on" with the "0rtt-rejected" keyword. alpn This enables the TLS ALPN extension and advertises the specified protocol