Question

How to convert from http to https.

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?


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

KFSys
Site Moderator
Site Moderator badge
October 21, 2022

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:

https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04

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.

Bobby Iliev
Site Moderator
Site Moderator badge
October 20, 2022

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

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.