I have created a key and self-signed certificate and moved them to /etc/httpd/conf/
My ssl.conf is here: http://pastebin.com/gsQbKY67
The ssl_module (shared) is there when I try httpd -M
Output from netstat -tulpn | grep 443 : tcp6 0 0 :::443 :::* LISTEN 2640/httpd
There's nothing in the /var/log/httpd/error_log / ssl_error_log files.
When I try https://<my-server-ip>/secure I get ERR_CONNECTION_REFUSED