I followed the tutorial on installing an SSL Cert on Nginx (https://www.digitalocean.com/community/tutorials/how-to-create-a-ssl-certificate-on-nginx-for-ubuntu-12-04).
However when I try to access my https://domain.com, nothing loads up. Anyone know what I did wrong?
I can provide more details if need be.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Yeah I restarted it. I also made a new virtual host, still no luck.
Do you have any firewalling set up on your server? If so, you need to remember to open port 443. Your web server listens for https connections on that port. What’s the output of the following commands:
sudo iptables -L
sudo netstat -plunt
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi! What is the actual domain name?