mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-20 20:34: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
|
for ITEM in ${VALUE}; do
|
||||||
LogText "Result: found protocol ${ITEM}"
|
LogText "Result: found protocol ${ITEM}"
|
||||||
case ${ITEM} in
|
case ${ITEM} in
|
||||||
"sslv2" | "sslv3")
|
"sslv2" | "sslv3" | "tlsv1")
|
||||||
NGINX_WEAK_SSL_PROTOCOL_FOUND=1
|
NGINX_WEAK_SSL_PROTOCOL_FOUND=1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user