]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Refer to Mozilla TLS info / config generator
authorDaniel Schneller <ds@danielschneller.de>
Fri, 1 Sep 2017 17:29:57 +0000 (19:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 Sep 2017 17:54:33 +0000 (19:54 +0200)
As per a recent mailing list discussion, suggesting specific cipher
settings is not too helpful, because they depend on a lot of factors,
ranging from client capabilities, available TLS libraries, new
security research, and others.
To avoid the documentation from become stale -- and potentially
wrong/dangerous, this commit adds links to Mozilla's well-reknowned
TLS blog, as well as to their configuration generator.

doc/configuration.txt

index 9f7f9ff3dddfc5d4d8b67ae8d7af9dd98ba9a169..7c5c437cee68806528c15f805b943e48ff6f29a0 100644 (file)
@@ -10292,6 +10292,10 @@ ciphers <ciphers>
   negotiated during the SSL/TLS handshake. The format of the string is defined
   in "man 1 ciphers" from OpenSSL man pages, and can be for instance a string
   such as "AES:ALL:!aNULL:!eNULL:+RC4:@STRENGTH" (without quotes).
+  Depending on the compatiblity and security requirements, the list of suitable
+  ciphers depends on a variety of variables. For background information and
+  recommendations see e. g. (https://wiki.mozilla.org/Security/Server_Side_TLS)
+  and (https://mozilla.github.io/server-side-tls/ssl-config-generator/).
 
 crl-file <crlfile>
   This setting is only available when support for OpenSSL was built in. It