From d0377c563dd2e69da3c86b475237409d44809eb8 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 24 Jun 2019 15:40:18 +0200 Subject: [PATCH] Added TLSv1 as weak protocol (nginx) --- include/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions b/include/functions index 35cb6b00..6f067761 100644 --- a/include/functions +++ b/include/functions @@ -2009,7 +2009,7 @@ for ITEM in ${VALUE}; do LogText "Result: found protocol ${ITEM}" case ${ITEM} in - "sslv2" | "sslv3") + "sslv2" | "sslv3" | "tlsv1") NGINX_WEAK_SSL_PROTOCOL_FOUND=1 ;; esac