From eb0206198a66b1a5d7f29db947523d56dddc151b Mon Sep 17 00:00:00 2001 From: mboelen Date: Wed, 27 Apr 2016 16:36:24 +0200 Subject: [PATCH] [HTTP-6710] Show SSLv3 as weak protocol --- include/tests_webservers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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