kaleidonaut
kaleidonaut
CDCloudflare Developers
Created by kaleidonaut on 1/28/2024 in #general-help
Bought a domain, SERVFAIL "EDE: 9 (DNSKEY Missing): (no SEP matching the DS found for example.com.)"
I just bought a domain but querying against 1.1.1.1 seems to not work:
; <<>> DiG 9.18.21 <<>> example.com @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 58551
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; EDE: 9 (DNSKEY Missing): (no SEP matching the DS found for example.com.)
;; QUESTION SECTION:
;example.com. IN A

;; Query time: 9 msec
;; SERVER: 1.1.1.1#53(1.1.1.1) (UDP)
;; MSG SIZE rcvd: 79
; <<>> DiG 9.18.21 <<>> example.com @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 58551
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; EDE: 9 (DNSKEY Missing): (no SEP matching the DS found for example.com.)
;; QUESTION SECTION:
;example.com. IN A

;; Query time: 9 msec
;; SERVER: 1.1.1.1#53(1.1.1.1) (UDP)
;; MSG SIZE rcvd: 79
Querying for DS records reveals this, but I haven't added it:
; <<>> DiG 9.18.21 <<>> example.com DS @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40337
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;example.com. IN DS

;; ANSWER SECTION:
example.com. 86400 IN DS 14802 15 2 11236C401231C0ABCBCD816171ABCABC12392987323123ABC123B999 F0ABC123

;; Query time: 7 msec
;; SERVER: 1.1.1.1#53(1.1.1.1) (UDP)
;; MSG SIZE rcvd: 82
; <<>> DiG 9.18.21 <<>> example.com DS @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40337
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;example.com. IN DS

;; ANSWER SECTION:
example.com. 86400 IN DS 14802 15 2 11236C401231C0ABCBCD816171ABCABC12392987323123ABC123B999 F0ABC123

;; Query time: 7 msec
;; SERVER: 1.1.1.1#53(1.1.1.1) (UDP)
;; MSG SIZE rcvd: 82
Any idea what is causing this, and how I can resolve it?
26 replies