DNSKEY error

DNSKEY error

When visiting www.peakcoffee.cc with the browser (note the www.), it still does not work. There is a DNSKEY error

OUTPUT

❯ dig A www.peakcoffee.cc @1.1.1.1

; <<>> DiG 9.10.6 <<>> A www.peakcoffee.cc @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55906
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; OPT=15: 00 17 5b 32 34 30 30 3a 63 62 30 30 3a 32 30 34 39 3a 31 3a 3a 61 32 39 66 3a 31 61 36 33 5d 3a 35 33 20 72 63 6f 6
4 65 3d 52 45 46 55 53 45 44 20 66 6f 72 20 70 65 61 6b 63 6f 66 66 65 65 2e 63 63 20 44 4e 53 4b 45 59 ("..[2400:cb00:2049:1
::a29f:1a63]:53 rcode=REFUSED for peakcoffee.cc DNSKEY")
;; QUESTION SECTION:
;www.peakcoffee.cc. IN A

;; ANSWER SECTION:
www.peakcoffee.cc. 86400 IN A 172.104.121.33

;; Query time: 301 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Wed Aug 02 17:36:42 CEST 2023
;; MSG SIZE rcvd: 139

1 Reply

A DNSKEY should only cause an issue if you have DNSSEC configured for your domain. This article from CloudFlare explains more about DNSKEYs.

When I go to your site in my browser now, it loads without any problems even though I can get that same rcode=REFUSED for peakcoffee.cc DNSKEY message using dig:

$ dig www.peakcoffee.cc dnskey @1.1.1.1

; <<>> DiG 9.10.6 <<>> www.peakcoffee.cc dnskey @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47100
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; OPT=15: 00 17 5b 32 34 30 30 3a 63 62 30 30 3a 32 30 34 39 3a 31 3a 3a 61 32 39 66 3a 31 62 34 38 5d 3a 35 33 20 72 63 6f 64 65 3d 52 45 46 55 53 45 44 20 66 6f 72 20 70 65 61 6b 63 6f 66 66 65 65 2e 63 63 20 44 4e 53 4b 45 59 ("..[2400:cb00:2049:1::a29f:1b48]:53 rcode=REFUSED for peakcoffee.cc DNSKEY")
;; QUESTION SECTION:
;www.peakcoffee.cc.        IN  DNSKEY

;; AUTHORITY SECTION:
www.peakcoffee.cc.    86400   IN  SOA ns1.linode.com. peakcoffeecc.gmail.com. 2021000012 14400 14400 1209600 86400

;; Query time: 123 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Fri Aug 04 15:56:14 EDT 2023
;; MSG SIZE  rcvd: 192

Next time you receive an error when you open your site in your browser, or if you still are, you can check out this Troubleshooting DNS Guide to see if any of the tips help you get pointed in the right direction.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct