Problem with renewal certificate

Hi,

My renewal has suddenly ceased to work:

Normally it looks like this:

2021/02/08 01:00:09 [bogus.org] The certificate expires in 73 days, the number of days defined to perform the renewal is 30: no renewal.

2021/02/09 01:00:09 [bogus.org] The certificate expires in 72 days, the number of days defined to perform the renewal is 30: no renewal.

Now it looks like this:

2021/02/10 01:00:01 Could not create client;
get directory at 'https://acme-v02.api.letsencrypt.org/directory': Get "https://acme-v02.api.letsencrypt.org/directory": EOF

Any idea why?

Regards Digiloo

Does running this work?

curl -i -m10 https://acme-v02.api.letsencrypt.org/directory

Yes. HTTP/1.1 200 OK

What ACME client are you using to get your certificates?

Since the given URL is https://**acme-v02.**api.letsencrypt.org/directory I guess the answer is acme-v02.

I run a AWS lightsail instance with bitnami joomla

/ Digiloo

Your ACME client is the piece of software you run to get your certificates. In short, what's the process you use to get your certificates. That should reveal the client.

This is the command I (read bitnami) uses;

sudo /opt/bitnami/letsencrypt/lego --path /opt/bitnami/letsencrypt --email="bogus@gmail.com" --http --http-timeout 30 --http.webroot /opt/bitnami/apps/letsencrypt --domains=bogus.org renew && sudo /opt/bitnami/apache2/bin/httpd -f /opt/bitnami/apache2/conf/httpd.conf -k graceful # bncert-autorenew

/ Digiloo

So I guess the client is lego

/ Digiloo