summaryrefslogtreecommitdiffstats
path: root/httpd/httpd_servehtml_ssl.sh
blob: c7ff627636db2361b1daf97d2835a76fa0efb642 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# A small Apache HTTPd test suite
# Author: Athmane Madjoudj <athmane@fedoraproject.org>

echo "Running $0 - httpd serve html page test over SSL."

curl -ks https://localhost/ | grep 'Test Page' > /dev/null 2>&1