Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2016-04-27 17:36:24 +0300
committermboelen <michael@cisofy.com>2016-04-27 17:36:24 +0300
commiteb0206198a66b1a5d7f29db947523d56dddc151b (patch)
tree08a3808f23c764125e2602fbba48caf43fcba690 /include/tests_webservers
parentd6fa2bbd4c46f8db014eb6f6830c96b6b6283864 (diff)
[HTTP-6710] Show SSLv3 as weak protocol
Diffstat (limited to 'include/tests_webservers')
-rw-r--r--include/tests_webservers2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_webservers b/include/tests_webservers
index 8280fb31..78a6a360 100644
--- a/include/tests_webservers
+++ b/include/tests_webservers
@@ -504,7 +504,7 @@
if [ ${NGINX_SSL_PROTOCOLS} -eq 1 ]; then
Display --indent 8 --text "- Protocols configured" --result "YES" --color GREEN
- FIND=`${GREPBINARY} "ssl_protocols" ${NGINX_CONF_LOCATION} | ${GREPBINARY} "SSLv[12]"`
+ FIND=`${GREPBINARY} "ssl_protocols" ${NGINX_CONF_LOCATION} | ${GREPBINARY} "SSLv[123]"`
if [ "${FIND}" = "" ]; then
Display --indent 10 --text "- Insecure protocols found" --result "NO" --color GREEN
else