CAA record prevents issuing the certificate: SERVFAIL

ErikdL

Verified User
Joined
Jan 28, 2021
Messages
19
I see, there are more threads about this error: CAA record prevents issuing the certificate: SERVFAIL

The thing in my case is: Where is that CAA record? I can't find it with any of the tools on the web?

I use Centos7, DA2, Lets Encrypt SSL, each domain has its own.

# dig caa duivenblogs.nl

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-26.P2.el7_9.3 <<>> caa duivenblogs.nl
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38126
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;duivenblogs.nl. IN CAA

;; AUTHORITY SECTION:
duivenblogs.nl. 3600 IN SOA nszero1.axc.nl. hostmaster.duivenblogs.nl. 2021012703 10800 3600 604800 3600

;; Query time: 31 msec
;; SERVER: 93.180.70.22#53(93.180.70.22)
;; WHEN: Thu Jan 28 13:23:23 CET 2021
;; MSG SIZE rcvd: 114

Where to start if no CAA records can be found??

The domains are hosted on a VPS, s1.ewdl.nl
With ping this hostname resolves. But with DNSCHECKER no results.
The mail domain, ewdl.nl is hosted on another server.


Anyone any idea???


Thnx
Erik
 
I see, there are more threads about this error: CAA record prevents issuing the certificate: SERVFAIL

The thing in my case is: Where is that CAA record? I can't find it with any of the tools on the web?

I use Centos7, DA2, Lets Encrypt SSL, each domain has its own.



Where to start if no CAA records can be found??

The domains are hosted on a VPS, s1.ewdl.nl
With ping this hostname resolves. But with DNSCHECKER no results.
The mail domain, ewdl.nl is hosted on another server.



Anyone any idea???


Thnx
Erik
as far as I know something related to dnssec.

Ask the registrar to remove any DS records (Seems to be a bug at your registrar, had the same issue there ;) )
 
as far as I know something related to dnssec.

Ask the registrar to remove any DS records (Seems to be a bug at your registrar, had the same issue there ;) )
I contacted them. Have no service contract so they can't help me..

Results of: DNSSEC Analyzer - duivenblogs.nl (verisignlabs.com) :

1611844847399.png


No problems found?? I Guess?
 
I got no idea how? I can add/change DNS records in my User panel on the website of my hosting provider.
In DirectAdmin there is no option to en-/disable DNSSEC or Key.
I can't find any option to disable DNSSEC.
 
Is lego and latest letsencrypt installed?
Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
./build update
./build letsencrypt
./build lego
 
Is lego and latest letsencrypt installed?
Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
./build update
./build letsencrypt
./build lego
Just did to be sure, doesn't make a difference :S
 
 
Back
Top