From 1825d91c852cf11c4ca52855cd2777a4f20593e3 Mon Sep 17 00:00:00 2001 From: mboelen Date: Wed, 27 Apr 2016 16:37:32 +0200 Subject: [PATCH] [HTTP-6710] Show suggestion when using a weak protocol --- include/tests_webservers | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tests_webservers b/include/tests_webservers index 78a6a360..7d0b3840 100644 --- a/include/tests_webservers +++ b/include/tests_webservers @@ -509,6 +509,7 @@ Display --indent 10 --text "- Insecure protocols found" --result "NO" --color GREEN else Display --indent 10 --text "- Insecure protocols found" --result "YES" --color RED + ReportSuggestion "${TEST_NO}" "Disable weak protocol in nginx configuration" fi else Display --indent 8 --text "- Protocols configured" --result "NO" --color RED