By ks+stage
I have followed the steps in https://www.digitalocean.com/community/tutorials/how-to-acquire-a-let-s-encrypt-certificate-using-dns-validation-with-acme-dns-certbot-on-ubuntu-18-04
After installing dns validated ssl, my site failed to load! looking for fix. earlier my site has worked fine
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!
Accepted Answer
Issue is, database not started, after starting manually works like gem
Hi there,
Are you using Nginx or Apache?
I would recommend a few things:
/var/logs/nginx/error.log
or for Apache: /var/logs/apache2/error.log
systemctl status nginx
or systemctl status apache2
nginx -t
or apachectl -t
Depending on which one you are using, I would also suggest following the steps here:
Feel free to share some of the output of the commands here so I can advise you further!
Best,
Bobby
Hello @ksstage
In addition to what’s already been mentioned, you can check if the DNS of the domain name is pointed correctly, both the www and non-www records.
You can examine the server logs as per Bobby’s advise as this will provide some information on what’s going on with the website requests.
Regards
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.