Results 1 to 1 of 1
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 ...
- 04-18-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 1
Problems with Curl command.
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.


Reply With Quote