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