I don’t know where to start in converting my http to https, and haven’t found information that I can follow.
I also need to know this is reversible in case it causes problems with other applications accessing the droplet that currently use the Http address. Will an http automatically be pointed to the equivalent https?
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!
Hi there,
You can do that by installing an SSL certificate.
Depending on wether you are using Apache or Nginx you can follow the steps on how to obtain a free Let’s Encrypt certificate using cerbot here:
Hope that this helps!
Best,
Bobby
Hi @adorableelectricblueseaweed,
There are tools that you can use that will help you automatically to redirect HTTP to HTTPS traffic. In this day and age, HTTP shouldn’t be used at all and everything should be loaded via HTTPS so you are on the right track! Regarding the HOW TO, you need to use a package called certbot. This is the best article you can give a read to:
It will explain to you how to install the Certbot package and install Let’s Encrypt with it, a free SSL you can use. Additionally, certbot will automatically configure your Nginx so that your Domain redirects from HTTP to HTTPS.
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.