]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: ssl: remove prefer-server-ciphers documentation
authorCyril Bonté <cyril.bonte@free.fr>
Tue, 9 Oct 2012 20:45:33 +0000 (22:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 9 Oct 2012 20:52:49 +0000 (22:52 +0200)
Commit 3c4bc6e1 removed the prefer-server-ciphers statement.
Therefore, the statement should also be removed from the documentation.

doc/configuration.txt

index 50c6bb149376610c016c5ba2436b683f56fa34d9..96b479680d70cad2791fa9455950d213dc8aeae7 100644 (file)
@@ -1533,7 +1533,7 @@ bind /<path> [, ...] [param*]
 
         listen http_https_proxy
             bind :80
-            bind :443 ssl crt /etc/haproxy/site.pem prefer-server-ciphers
+            bind :443 ssl crt /etc/haproxy/site.pem
 
   See also : "source", "option forwardfor", "unix-bind" and the PROXY protocol
              documentation, and section 5 about bind options.
@@ -6958,11 +6958,6 @@ no-tlsv12
   cannot be enabled using any configuration option. See also "force-tls*",
   and "force-sslv3".
 
-prefer-server-ciphers
-  This setting is only available when support for OpenSSL was built in. It
-  tells the SSL/TLS layer that our set of cipher algorithms is preferred over
-  the client's ones.
-
 ssl
   This setting is only available when support for OpenSSL was built in. It
   enables SSL deciphering on connections instanciated from this listener. A