From 12a8ed9cc2c30de93e56783c0e0b6f7c54f80fb4 Mon Sep 17 00:00:00 2001 From: Zoey Date: Tue, 8 Oct 2024 22:32:20 +0200 Subject: [PATCH] Update tls-ciphers-no-stapling.conf Signed-off-by: Zoey --- .../nginx/conf/conf.d/include/tls-ciphers-no-stapling.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/nginx/conf/conf.d/include/tls-ciphers-no-stapling.conf b/rootfs/usr/local/nginx/conf/conf.d/include/tls-ciphers-no-stapling.conf index b5c90657..b3bfc06c 100644 --- a/rootfs/usr/local/nginx/conf/conf.d/include/tls-ciphers-no-stapling.conf +++ b/rootfs/usr/local/nginx/conf/conf.d/include/tls-ciphers-no-stapling.conf @@ -9,7 +9,7 @@ ssl_session_cache shared:SSL:10m; ssl_dhparam /etc/tls/dhparam; ssl_protocols TLSv1.2 TLSv1.3; -ssl_ecdh_curve p384_mlkem768:x25519_mlkem768:p384_kyber768:x25519_kyber768:secp384r1:x25519:prime256v1; +ssl_ecdh_curve p384_mlkem768:X25519MLKEM768:p384_kyber768:x25519_kyber768:secp384r1:x25519:prime256v1; ssl_prefer_server_ciphers on; ssl_conf_command Options PrioritizeChaCha;