From d16a4238234cf86a56d8990da913a2c4332e1aa6 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 7 May 2022 13:59:32 +0300
Subject: [PATCH] Revert most of the cipher suite tweaks.

I'm getting nowhere. I still got an A+, but now I'm marked down because
I don't support TLS 1.2.
---
 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 f14ddf6..ee87464 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:!AES:AESCCM;
+ssl_ciphers                 HIGH:!NULL:!AES128:!ARIA128:!CAMELLIA:!SHA1:!kRSA;
-- 
GitLab