From: Jérôme Magnin Date: Sun, 9 Dec 2018 15:03:40 +0000 (+0100) Subject: DOC: refer to check-sni in the documentation of sni X-Git-Tag: v1.9-dev11~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b36a6d21db63dcdaf479939a5ff862cf71795175;p=thirdparty%2Fhaproxy.git DOC: refer to check-sni in the documentation of sni Make it obvious in the description of the sni directive that it can not be used for health checks, and refer to the appropriate directive. This can be backported to 1.8 as check-sni appeared in 1.8. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index e6e5481088..18fcf96040 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -12166,7 +12166,8 @@ sni expression, though alternatives such as req.hdr(host) can also make sense. If "verify required" is set (which is the recommended setting), the resulting name will also be matched against the server certificate's names. See the - "verify" directive for more details. + "verify" directive for more details. If you want to set a SNI for health + checks, see the "check-sni" directive for more details. source [:[-]] [usesrc { [:] | client | clientip } ] source [:] [usesrc { [:] | hdr_ip([,]) } ]