Blame tests/p_httpd/httpd_servehtml_ssl.sh
|
Athmane Madjoudj |
f0777d |
#!/bin/sh
|
|
Athmane Madjoudj |
f0777d |
# Author: Athmane Madjoudj <athmanem@gmail.com>
|
|
Athmane Madjoudj |
f0777d |
|
|
Karanbir Singh |
106bcf |
t_Log "Running $0 - httpd: serve html page over SSL "
|
|
Athmane Madjoudj |
f0777d |
|
|
Athmane Madjoudj |
f0777d |
curl -ks https://localhost/ | grep 'Test Page' > /dev/null 2>&1
|
|
Athmane Madjoudj |
f0777d |
|
|
Athmane Madjoudj |
f0777d |
t_CheckExitStatus $?
|