From fd9e5aaedb7780fdd50796ce6a9783a81b71a14c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 7 May 2022 13:43:02 +0300 Subject: [PATCH] Yet another try at removing weak cipher suites. --- snippets/ssl-modern.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/ssl-modern.conf b/snippets/ssl-modern.conf index 83bd9da..f14ddf6 100644 --- a/snippets/ssl-modern.conf +++ b/snippets/ssl-modern.conf @@ -1,4 +1,4 @@ # vim: ft=nginx include snippets/ssl-common.conf; ssl_protocols TLSv1.2 TLSv1.3; -ssl_ciphers HIGH:!NULL:!AES128:!ARIA128:!CAMELLIA:!SHA1:!kRSA:!DHE+SHA256:!ECDHE+SHA256; +ssl_ciphers HIGH:!NULL:!AES128:!ARIA128:!CAMELLIA:!SHA1:!kRSA:!AES:AESCCM; -- GitLab