From 0de6376452ed588b6b28b9cff02c12b506c1d52d Mon Sep 17 00:00:00 2001 From: Yogesh Gaikwad <902768+bizybot@users.noreply.github.com> Date: Tue, 20 Mar 2018 18:45:36 +1100 Subject: [PATCH] [DOCS] `xpack.ssl.client_authentication` setting does not apply to HTTP (elastic/x-pack-elasticsearch#4113) Fix the documentation to mention the global setting does not apply to HTTP. relates elastic/x-pack-elasticsearch#3413 Original commit: elastic/x-pack-elasticsearch@f9dc545b4ad8762399f55575a06359ca3526375c --- docs/en/settings/security-settings.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/settings/security-settings.asciidoc b/docs/en/settings/security-settings.asciidoc index da68c594dbf..3a1b61cb268 100644 --- a/docs/en/settings/security-settings.asciidoc +++ b/docs/en/settings/security-settings.asciidoc @@ -898,7 +898,8 @@ Controls the server's behavior in regard to requesting a certificate from client connections. Valid values are `required`, `optional`, and `none`. `required` forces a client to present a certificate, while `optional` requests a client certificate but the client is not required to present one. -Defaults to `required`. +Defaults to `required`. This global setting is not applicable for HTTP, see + <>. `xpack.ssl.verification_mode`:: Controls the verification of certificates. Valid values are `none`,