Please fill out the fields below so we can help you better.
My domain is: townsville.nl
I ran this command: certbot-auto renew --dry-run
It produced this output:
Cleaning up challenges
Attempting to renew cert from /etc/letsencrypt/renewal/townsville.nl.conf produced an unexpected error: Failed authorization procedure. www.townsville.nl (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: SERVFAIL looking up CAA for www.townsville.nl, townsville.nl (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: SERVFAIL looking up CAA for townsville.nl, burgerz.townsville.nl (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: SERVFAIL looking up CAA for burgerz.townsville.nl, webmail.townsville.nl (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: SERVFAIL looking up CAA for webmail.townsville.nl. Skipping.
My operating system is (include version): Linux, Ubuntu 14.04.05LTS
My web server is (include version):
Server version: Apache/2.4.7 (Ubuntu)
Server built: Jul 15 2016 15:34:04
My hosting provider, if applicable, is: N/A
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): Nope
Installing the certificate for this domain worked like a charm… just ran the certbot-auto command, selected the vhosts i wanted and presto SSL on my sites! Cool!
then i tried the renew command from this page https://certbot.eff.org/#ubuntutrusty-apache ./path/to/certbot-auto renew --dry-run and that resulted in the CAA error… the strange thing is that if I do a dig on my domain with CAA it gives:
root@masuka:~# dig townsville.nl caa
; <<>> DiG 9.9.5-3ubuntu0.11-Ubuntu <<>> townsville.nl caa
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25407
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;townsville.nl. IN A
;; ANSWER SECTION:
townsville.nl. 600 IN A 212.79.251.20
;; Query time: 4 msec
;; SERVER: 212.79.255.18#53(212.79.255.18)
;; WHEN: Fri Jan 27 00:30:49 CET 2017
;; MSG SIZE rcvd: 47
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 57471
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;caa. IN A
;; AUTHORITY SECTION:
. 2648 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2017012601 1800 900 604800 86400
;; Query time: 0 msec
;; SERVER: 212.79.255.18#53(212.79.255.18)
;; WHEN: Fri Jan 27 00:30:49 CET 2017
;; MSG SIZE rcvd: 96
So no SERVFAIL… I’ve read some of the other comments on the forum but none seem similar to my problem since a dig command on my domain does not yield the error from the renew command…
Help?
Cheers
Matthijs