]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: improve description of no-tls-tickets
authorBjörn Jacke <bj@sernet.de>
Thu, 13 Feb 2020 13:43:44 +0000 (14:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Mar 2020 13:45:05 +0000 (14:45 +0100)
It was not obvious, that this setting only affects TLS versions <= 1.2 and it
we should also mention the security implication of session tickets here.

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
doc/configuration.txt

index ab501ead6bd09eecc65056b922fd9a412e9eb160..34d5076f650d07f7ef31cca095cff7babfaef045 100644 (file)
@@ -11677,6 +11677,10 @@ no-tls-tickets
   extension) and force to use stateful session resumption. Stateless
   session resumption is more expensive in CPU usage. This option is also
   available on global statement "ssl-default-bind-options".
+  The TLS ticket mechanism is only used up to TLS 1.2 and it is prone to
+  man-in-the-middle attacks. You should consider to disable them for
+  security reasons. TLS 1.3 implements more secure methods for session
+  resumption.
 
 no-tlsv10
   This setting is only available when support for OpenSSL was built in. It
@@ -12376,6 +12380,10 @@ no-tls-tickets
   extension) and force to use stateful session resumption. Stateless
   session resumption is more expensive in CPU usage for servers. This option
   is also available on global statement "ssl-default-server-options".
+  The TLS ticket mechanism is only used up to TLS 1.2 and it is prone to
+  man-in-the-middle attacks. You should consider to disable them for
+  security reasons. TLS 1.3 implements more secure methods for session
+  resumption.
   See also "tls-tickets".
 
 no-tlsv10