Certbot installation / renew

HI =,

and hello busy people, reaching out for help and suggestion

I recently upgraded my Ubuntu 18 to 20 and then things started to not work again

My domain is: www.learninggardenmontessori.ph

I ran this command: sudo certbot --apache

It produced this output:
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 1
Deploying certificate
Successfully deployed certificate for www.learninggardenmontessori.ph to /etc/apache2/sites-enabled/learninggardenmontessori.ph-le-ssl.conf
Failed redirect for www.learninggardenmontessori.ph
Unable to set the redirect enhancement for www.learninggardenmontessori.ph.

My web server is (include version): Apache 2.4

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

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 can log in.

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 1.29

Welcome to the community @Shazam14

I see http:// requests to your domain redirect to https:// but the https request times out. Let's start by looking at your Apache config. Can you show output of this?

apachectl -t -D DUMP_VHOSTS
3 Likes

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