From c0fd956b0e540014c0a5ef503414d12a4648c9e0 Mon Sep 17 00:00:00 2001 From: Andrea Foletto Date: Wed, 20 Oct 2021 14:34:26 +0200 Subject: [PATCH] updated ssl protocols in .conf file --- nginx/yaaaw.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/yaaaw.conf b/nginx/yaaaw.conf index 8aedca9..780e61b 100644 --- a/nginx/yaaaw.conf +++ b/nginx/yaaaw.conf @@ -20,7 +20,7 @@ server { ssl_certificate /data/cert/server.chained.crt; ssl_certificate_key /data/cert/server.key; - ssl_protocols TLSv1 TLSv1.1 TLSv1.2; + ssl_protocols TLSv1.2; ssl_ciphers HIGH:!aNULL:!MD5; root /data/html;