Site doesn't load after successful deployment

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. https://crt.sh/?q=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:mycloud.devrod.com

I ran this command: sudo certbot --apache

It produced this output: Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/mycloud.devrod.com/fullchain.pem
Key is saved at: /etc/letsencrypt/live/mycloud.devrod.com/privkey.pem
This certificate expires on 2023-07-06.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.

Deploying certificate
Successfully deployed certificate for mycloud.devrod.com to /etc/apache2/sites-available/mycloud.devrod.com-le-ssl.conf
Congratulations! You have successfully enabled HTTPS on https://mycloud.devrod.com

My web server is (include version):Apache/2.4.41

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

My hosting provider, if applicable, is: self

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): SSH/Webmin

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

If I comment out the in the Rewrites placed in the default conf by certbot and clear browser cache the http site will load when I uncomment them, it redirects but doesn't load.

Port 443 seems to be closed/filtered in one or more firewalls and/or not opened in a NAT router. Please open port 443 and try again.

4 Likes

Silly me! I'd changed the router ip address for 80 but forgot to do it for 443. Please accept my most humble apologies.

5 Likes

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