Skip to content

Commit c794a8e

Browse files
committed
Changelog
1 parent 85358e0 commit c794a8e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/changelog/123600.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ breaking:
77
title: Drop `TLS_RSA` cipher support for JDK 24
88
area: Cluster and node setting
99
details: >-
10-
This change removes `TLS_RSA` ciphers from the list of supported ciphers,
10+
This change removes `TLS_RSA` ciphers from the list of default supported ciphers,
1111
for Elasticsearch deployments running on JDK 24.
1212
impact: >-
1313
The dropped ciphers are `TLS_RSA_WITH_AES_256_GCM_SHA384`, `TLS_RSA_WITH_AES_128_GCM_SHA256`,
1414
`TLS_RSA_WITH_AES_256_CBC_SHA256`, `TLS_RSA_WITH_AES_128_CBC_SHA256`, `TLS_RSA_WITH_AES_256_CBC_SHA`,
1515
and `TLS_RSA_WITH_AES_128_CBC_SHA`. TLS connections to Elasticsearch using these ciphers will no longer work.
16-
notable: true
16+
Please configure your clients to use one of supported cipher suites.
17+
notable: false

0 commit comments

Comments
 (0)