Hi,

I'm trying to check if the host is responsive using the Curl command in my restart server script.

Command : curl http://127.0.0.1:443/admin/test

Port 443 is secure SSL port but still the above HTTP request for HTTPS port returns the valid exit code(0).

any one know the reason ?

Thanks.