Website not opening after installing lets encrypt

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: honeydao.com / www.honeydao.com

I ran this command:

$ apt-get update
$ sudo apt-get install certbot
$ apt-get install python3-certbot-nginx

It produced this output: it was success

My web server is (include version): nginx version: nginx/1.18.0 (Ubuntu)

The operating system my web server runs on is (include version): Ubuntu 20.04

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don't know): yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 0.40.0

After completing the process my website isn't loading at now.

1 Like

Welcome to the Let's Encrypt Community :slightly_smiling_face:

What is the output of:

sudo nginx -T

Certificate history of honeydao.com:

https://crt.sh/?q=honeydao.com

1 Like

I deleted the server. I'm thinking or another way to do it.

There was no error

1 Like

The problem is not usually an explicit error in the configuration. It's usually a misconfiguration of the server blocks.

1 Like

Some very useful resources:

https://developers.cloudflare.com/ssl/origin-configuration/origin-ca

1 Like

Why process exactly? The only thing you've described right now is the installation process of the ACME client called certbot and not the actual installation of a certificate?

Also, I'm seeing a lot of certificates issued for your domain name: https://crt.sh/?q=honeydao.com&deduplicate=y But not recently. And you might want to consider adding multiple hostnames into a single certificate which might simplify your webservers configuration.

2 Likes

I guess you figured it out:
SSL Server Test: honeydao.com (Powered by Qualys SSL Labs)
SSL Server Test: www.honeydao.com (Powered by Qualys SSL Labs)

Even though:

Name:     honeydao.com
Address:  216.24.57.1

Addresses: 151.101.129.0
           151.101.193.0
           151.101.1.0
           151.101.65.0
Aliases:   www.honeydao.com
           honeydao-website.onrender.com
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.