mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-05 02:49:01 +00:00
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.
This commit is contained in:
parent
8cb2d2e941
commit
22c9b440dc
@ -11756,7 +11756,8 @@ agent-port <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 <protocols>
|
||||
This enables the TLS ALPN extension and advertises the specified protocol
|
||||
|
Loading…
Reference in New Issue
Block a user