ubuntu@sv3:~$ sudo su
root@sv3:/home/ubuntu# /usr/local/letsencrypt/letsencrypt-auto -q renew
It produced this output:
Your system is not supported by certbot-auto anymore.
Certbot will no longer receive updates.
Please visit https://certbot.eff.org/ to check for other alternatives.
Challenge failed for domain shop.agit-global.com
Attempting to renew cert (shop.agit-global.com) from /etc/letsencrypt/renewal/shop.agit-global.com.conf produced an unexpected error: Some challenges have failed.. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/shop.agit-global.com/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)
My web server is (include version):
#apache2 -v
Server version: Apache/2.4.29 (Ubuntu)
Server built: 2020-08-12T21:33:25
The operating system my web server runs on is (include version):
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):
no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
# /usr/local/letsencrypt/letsencrypt-auto --version
Your system is not supported by certbot-auto anymore.
Certbot will no longer receive updates.
Please visit https://certbot.eff.org/ to check for other alternatives.
certbot 1.9.0
@JuergenAuer The deprecation of certbot-auto does not generate a challenge error.
@snuckyr There should have been a more verbose error about why the challenge has failed. Try renewing again without the -q option please, so you can read the entire error message.
@JuergenAuer Thanks for the reply. I did notice the error message. It's just very strange that the other certificate which are installed on the server, have no problems.
@Osiris i removed the output for the other domains which do not require renewal
# /usr/local/letsencrypt/letsencrypt-auto renew
Your system is not supported by certbot-auto anymore.
Certbot will no longer receive updates.
Please visit https://certbot.eff.org/ to check for other alternatives.
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/shop.agit-global.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator apache, Installer apache
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for shop.agit-global.com
Waiting for verification...
Challenge failed for domain shop.agit-global.com
http-01 challenge for shop.agit-global.com
Cleaning up challenges
Attempting to renew cert (shop.agit-global.com) from /etc/letsencrypt/renewal/shop.agit-global.com.conf produced an unexpected error: Some challenges have failed.. Skipping.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1 renew failure(s), 0 parse failure(s)
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: shop.agit-global.com
Type: dns
Detail: No valid IP addresses found for shop.agit-global.com
I suppose the last line ("No valid IP addresses found for shop.agit-global.com") is the culprit here. I had the same problem the last time I originally tried to issue a certificate for this domain:
The registrar for this domain is a Taiwanese company. Not sure if this has something to do with it...
Quite strange, as all three nameservers reported by the .com. TLD seem to work when I tested them with dig.. It's unfortunate that the Unbound logs are soooooo utterly incomprehensive.
While this might be happening, I'm not very convinced this is the case here. I'm currently running while true; do dig -4 @ns02.idc.hinet.net. +norecurse +dnssec shop.agit-global.com; done for all three DNS servers in multiple terminal windows (three per NS) and even after a few minutes of DNS spamming the servers, I'm still only seeing NOERROR status messages.
Hey guys, I was getting nowhere with the DNS registrar so I went ahead and grabbed an SSL cert from another vendor. Not really what I wanted to do but with the pending renewal looming I basically had to. At least all my other sites continue to use Lets Encrypt and are working flawlessly. Thanks so much to @Osiris and @JuergenAuer for your support: It is VERY much appreciated