So I’ve been having problems renewing my letsencrypt certs for awhile. I’ve read the forum and it seems like it could be a DNSSEC + certbot issue however I’m not able to determine what. When I check out my DNSSEC settings on erisignlabs.com/www.rnelnet.com everything is green.
Can someone help out?
Info filled below
My domain is: rnelnet.com
I ran this command: letsencrypt renew -a standalone
It produced this output:
My web server is (include version): apache - I stop the service first
The operating system my web server runs on is (include version): CentOS 7
My hosting provider, if applicable, is: Ovh
I can login to a root shell on my machine (yes or no, or I don’t know):yup
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):
certbot 0.31.0
Here is the full output:
–snip cmd line–
[root@ca renewal]# letsencrypt renew -a standalone
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/mail.rnelnet.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert not yet due for renewal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/rnelnet.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator standalone, Installer apache
Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for rnelnet.com
http-01 challenge for www.rnelnet.com
Waiting for verification...
Cleaning up challenges
Attempting to renew cert (rnelnet.com) from /etc/letsencrypt/renewal/rnelnet.com.conf produced an unexpected error: Failed authorization procedure. www.rnelnet.com (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: dns :: DNS problem: SERVFAIL looking up A for www.rnelnet.com, rnelnet.com (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: dns :: DNS problem: SERVFAIL looking up A for rnelnet.com. Skipping.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/www.rnelnet.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator standalone, Installer None
Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for www.rnelnet.com
Waiting for verification...
Cleaning up challenges
Attempting to renew cert (www.rnelnet.com) from /etc/letsencrypt/renewal/www.rnelnet.com.conf produced an unexpected error: Failed authorization procedure. www.rnelnet.com (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: dns :: DNS problem: SERVFAIL looking up A for www.rnelnet.com. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/rnelnet.com/fullchain.pem (failure)
/etc/letsencrypt/live/www.rnelnet.com/fullchain.pem (failure)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The following certs are not due for renewal yet:
/etc/letsencrypt/live/mail.rnelnet.com/fullchain.pem expires on 2019-10-28 (skipped)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/rnelnet.com/fullchain.pem (failure)
/etc/letsencrypt/live/www.rnelnet.com/fullchain.pem (failure)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2 renew failure(s), 0 parse failure(s)
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: www.rnelnet.com
Type: connection
Detail: dns :: DNS problem: SERVFAIL looking up A for
www.rnelnet.com
Domain: rnelnet.com
Type: connection
Detail: dns :: DNS problem: SERVFAIL looking up A for rnelnet.com
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
- The following errors were reported by the server:
Domain: www.rnelnet.com
Type: connection
Detail: dns :: DNS problem: SERVFAIL looking up A for
www.rnelnet.com
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
--end cmd--