Please note we used DO’s LEMP on Ubuntu 14.04 Snapshot and then followed: https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-14-04
Then we Installed an instance of WordPress MU by following: https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-nginx-on-ubuntu-14-04
Later we initiated SSL Certificate by following: https://www.digitalocean.com/community/tutorials/how-to-create-a-ssl-certificate-on-nginx-for-ubuntu-14-04
ALSO WE HAVE PURCHASED A WildCard SSL Certificate from an external CA: But we are unable to initiate the https:// version of the site??!!
My main concerns are, as per the tutorial: HAVE CHANGED THE SSH PORT TO A NON CONVENTIONAL PORT + REMOVED ROOT ACCESS
So does the port or user make any difference for SSL Implementation??
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Changing the SSH port or disabling root SSH login does not affect your site. Have you installed a firewall on your droplet that might be blocking connections to port 443? What’s the output of sudo iptables-save? If you’re using UFW, please post the output of sudo ufw status instead.
Also check if there’s anything listening on port 443 to make sure the Virtualhost is configured properly:
sudo netstat -plutn | grep 443
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.