Skip to content

Commit 635a2a3

Browse files
authored
disable kyper (2/2)
Signed-off-by: Zoey <[email protected]>
1 parent 60c92db commit 635a2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/usr/local/nginx/conf/conf.d/include/tls-ciphers-no-stapling.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ssl_session_cache shared:SSL:10m;
99
ssl_dhparam /etc/dhparam;
1010
ssl_protocols TLSv1.2 TLSv1.3;
1111

12-
ssl_ecdh_curve X25519MLKEM768:x25519_kyber768:x25519:x448:secp521r1:secp384r1:secp256r1;
12+
ssl_ecdh_curve X25519MLKEM768:x25519:x448:secp521r1:secp384r1:secp256r1;
1313

1414
ssl_prefer_server_ciphers on;
1515
ssl_conf_command Options PrioritizeChaCha;

0 commit comments

Comments
 (0)