mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-21 04:44:32 +02:00
Added TLSv1 as weak protocol (nginx)
This commit is contained in:
parent
94e0a4e40d
commit
d0377c563d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user