Skip to content

Commit 685db03

Browse files
author
Adam Locke
authored
[7.15] [DOCS] Add missing SSL deprecation
Missed this one in #79276
1 parent 62e36f3 commit 685db03

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/reference/migration/migrate_7_15.asciidoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,24 @@ setting or the `xpack.security.transport.ssl.certificate` and
131131
provided, {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

0 commit comments

Comments
 (0)