File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,24 @@ setting or the `xpack.security.transport.ssl.certificate` and
131131provided, {es} will generate warnings in the deprecation log.
132132====
133133
134+ [[tls-ssl-http-cert-required]]
135+ .A `xpack.security.http.ssl` certificate and key will be required to enable SSL for the HTTP layer.
136+ [%collapsible]
137+ ====
138+ *Details* +
139+ Enabling SSL for the HTTP layer without also configuring a certificate and key
140+ through use of the `xpack.security.http.ssl.keystore.path` setting or
141+ the `xpack.security.http.ssl.certificate` and `xpack.security.http.ssl.key`
142+ settings generates warnings in the deprecation log. In 8.0, this configuration
143+ will result in errors.
144+ *Impact* +
145+ If `xpack.security.http.ssl.enabled` is set to `true`, provide a
146+ certificate and key using the `xpack.security.http.ssl.keystore.path`
147+ setting or the `xpack.security.http.ssl.certificate` and
148+ `xpack.security.http.ssl.key` settings. If a certificate and key is not
149+ provided, {es} will generate warnings in the deprecation log.
150+ ====
151+
134152[discrete]
135153[[breaking_715_indices_deprecations]]
136154==== Indices deprecations
You can’t perform that action at this time.
0 commit comments