From 5407acc96531eafb8e1c4c2f9326ec20a958bfa6 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Sat, 2 Jul 2011 15:20:33 +0100 Subject: Fixed ssl test --- httpd/httpd_servehtml_ssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd/httpd_servehtml_ssl.sh b/httpd/httpd_servehtml_ssl.sh index 148909f..c7ff627 100755 --- a/httpd/httpd_servehtml_ssl.sh +++ b/httpd/httpd_servehtml_ssl.sh @@ -2,7 +2,7 @@ # A small Apache HTTPd test suite # Author: Athmane Madjoudj -echo "Running $0 - httpd serve html page test." +echo "Running $0 - httpd serve html page test over SSL." curl -ks https://localhost/ | grep 'Test Page' > /dev/null 2>&1 -- cgit