By John Munson
Anyone here ever use the Lets Encrypt Digital Ocean feature? I have deployed a website on a Digital Ocean droplet that listens on port 80, i.e. vanilla HTTP. I would like to protect the website using HTTPS, and it seemed like this would be a simple process using DO’s Let’s Encrypt integration under the Security -> Certificates section. It was as simple as…
However, after doing this simple process, my website is still being served over HTTP. Am I doing something wrong here? Is this not actually what this feature of DO was intended to be used for?
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!
I found this link very useful in setting up with https , in case if it finds helpful to you
Hello,
Can you try running the following command and checking if your webserver is now listening on port 443 as well:
netstat -plant | grep 443
If so then you’ve correctly installed Let’s Encrypt and you would need to sort out your website http to https redirect.
If you are using Apache you could do that via your htaccess file or directly in your Vhost.
Hope that this helps! Bobby
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.