I\'m trying to wget to my own box, and it can\'t be an internal address in the wget (so says another developer).
wget
When I wget, I get this:
I meet this same question. The port 443 wasn't open in Centos.
Check the 443 port with the following command:
sudo lsof -i tcp:443
In the first line of /etc/httpd/conf.d/ssl.conf add this two lines:
LoadModule ssl_module modules/mod_ssl.so Listen 443