By caretx
I’ve looked through lots of questions on this, but can’t seem to figure this out. I followed the one-click WordPress install and set up a Let’s Encrypt SSL, but https isn’t working on my site, and after following a recommendation to change the URL in the settings within Wordpress from http to https, I can no longer even get into wp-admin (since it’s forwarding to https). The main site works, but only on http. Can anyone give me some guidance?
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 @caretx,
Usually when installing the one-click Wordpress application in the setup (in yout terminal) it ask if you want to first install Let’s Encrypt and the redirect to https. Did you go through those options?
Additionally, can you confirm if you have an SSL configuration file created on the droplet as well. It should be located in the /etc/apache2/sites-enabled and the conf should be named 000-default.conf.
If this hasn’t been created what I’ll recommend is use certbot, you should already have it installed by default on the droplet. The following command should help you wit that as well
sudo certbot --apache -d your_domain -d www.your_domain
Regards, KFSys
This comment has been deleted
I’m having the same issue. I checked and the file is there. So why isn’t resolving 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.