Added TLSv1 as weak protocol (nginx)

This commit is contained in:
Michael Boelen 2019-06-24 15:40:18 +02:00
parent 94e0a4e40d
commit d0377c563d
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 1 deletions

View File

@ -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