sudo certbot renew --cert-name "x.xxxxxxxx.com" --force-renew -v
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/x.xxxxxxxx.com.conf
Plugins selected: Authenticator apache, Installer apache
Renewing an existing certificate for x.xxxxxxxx.com
Performing the following challenges:
http-01 challenge for x.xxxxxxxx.com
Waiting for verification...
Challenge failed for domain x.xxxxxxxx.com
http-01 challenge for x.xxxxxxxx.com
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: x.xxxxxxxx.com
Type: connection
Detail: During secondary validation: 10x.xxx.xxx.xxx: Fetching http://x.xxxxxxxx.com/.well-known/acme-challenge/VNWWWO2m9ynF0_sJ0Hf5zFIYDX614t4gxyuUfw2CErA: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to verify the temporary Apache configuration changes made by Certbot. Ensure that the listed domains point to this Apache server and that it is accessible from the internet.
Cleaning up challenges
Failed to renew certificate x.xxxxxxxx.com with error: Some challenges have failed.
All renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/x.xxxxxxxx.com/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)
It has been automatically renewed for the past 3 years. Suddenly this time it did not and manual renew is also not working.
"certbot renew" threw the same error. So tried force renew. It didnt work too.