From 84b0397c4f2c5a279b9e780c48bc8ce5b48395ff 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..1749224 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