From a6f83796ecd279dc59a953ad81060a799abe223c Mon Sep 17 00:00:00 2001 From: Geoffrey Mersch Date: Mon, 6 Oct 2025 11:03:53 +0200 Subject: [PATCH] mendix-cloud release note February 1 2026: remove incorrect ciphers --- content/en/docs/releasenotes/deployment/mendix-cloud.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/docs/releasenotes/deployment/mendix-cloud.md b/content/en/docs/releasenotes/deployment/mendix-cloud.md index 829521b85fe..b76d365d085 100644 --- a/content/en/docs/releasenotes/deployment/mendix-cloud.md +++ b/content/en/docs/releasenotes/deployment/mendix-cloud.md @@ -47,8 +47,6 @@ We will also introduce new, recommended SSL/TLS ciphers. These additions will fi * `TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256` * `TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384` * `TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256` -* `TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256` -* `TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384` * `TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256` ### September 21, 2025