[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@f9dc545b4a
This commit is contained in:
Yogesh Gaikwad 2018-03-20 18:45:36 +11:00 committed by GitHub
parent 7cd5e1d516
commit 0de6376452
1 changed files with 2 additions and 1 deletions

View File

@ -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
<<http-tls-ssl-settings>>.
`xpack.ssl.verification_mode`::
Controls the verification of certificates. Valid values are `none`,