]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: management: mark "set server ssl" as deprecated
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 19 Jan 2022 14:17:08 +0000 (15:17 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 19 Jan 2022 14:22:05 +0000 (15:22 +0100)
This command was integrated in 2.4 when it was not possible to handle
SSL with dynamic servers, this is now possible so we should prefer this
way.

Must be backported in 2.5.

doc/management.txt

index b96cbc8789022cf34628e1f9b12c70149b0d21f6..b9b7ebdfb7b0e418f2c86fbdf6b5d75c905d1c24 100644 (file)
@@ -2185,11 +2185,14 @@ set server <backend>/<server> fqdn <FQDN>
   Change a server's FQDN to the value passed in argument. This requires the
   internal run-time DNS resolver to be configured and enabled for this server.
 
-set server <backend>/<server> ssl [ on | off ]
+set server <backend>/<server> ssl [ on | off ]  (deprecated)
   This option configures SSL ciphering on outgoing connections to the server.
   When switch off, all traffic becomes plain text; health check path is not
   changed.
 
+  This command is deprecated, create a new server dynamically with or without
+  SSL instead, using the "add server" command.
+
 set severity-output [ none | number | string ]
   Change the severity output format of the stats socket connected to for the
   duration of the current session.