diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 09c3e718ff9..022efcb1d46 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -27,6 +27,12 @@ To check for security updates, go to [Security announcements for the Elastic sta * Updated the bundled JDK to 21.0.10 build 7 +::::{important} + +As of JDK 21.0.10, all `TLS_RSA_*` cipher suites are disabled by default due to their lack of forward secrecy; connections relying on these suites will fail with an `SSLHandshakeException` and must be migrated to ECDHE-based cipher suites. + +:::: + ### Plugins [logstash-plugin-9.3.2-changes] **Geoip Filter - 8.0.0**