Is anyone else getting SERVFAIL errors against Cloudflare hosted zones today? I'm messing around with certs on a test domain, poshacme.win (which does not have DNSSEC enabled) and all my dns-01 challenge validations are returning SERVFAIL errors today where normally they work just fine.
Ok weird. I'm testing against another one of my domains on the same account and it works just fine. This might be something weird with just that zone. Though I can't imagine what the problem might be.
Looking closer at the Unboundtest response. I think this might be an issue specifically with the .win TLD nameservers and not Cloudflare? Am I reading that right?
Query results for A poshacme.win
Response:
;; opcode: QUERY, status: SERVFAIL, id: 15400
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;poshacme.win. IN A
----- Unbound logs -----
May 06 19:47:05 unbound[1407279:0] notice: init module 0: validator
May 06 19:47:05 unbound[1407279:0] notice: init module 1: iterator
May 06 19:47:05 unbound[1407279:0] info: start of service (unbound 1.12.0).
May 06 19:47:06 unbound[1407279:0] info: 127.0.0.1 poshacme.win. A IN
May 06 19:47:06 unbound[1407279:0] info: resolving poshacme.win. A IN
May 06 19:47:06 unbound[1407279:0] info: priming . IN NS
May 06 19:47:06 unbound[1407279:0] info: response for . NS IN
May 06 19:47:06 unbound[1407279:0] info: reply from <.> 199.9.14.201#53
May 06 19:47:06 unbound[1407279:0] info: query response was ANSWER
May 06 19:47:06 unbound[1407279:0] info: priming successful for . NS IN
May 06 19:47:07 unbound[1407279:0] info: response for poshacme.win. A IN
May 06 19:47:07 unbound[1407279:0] info: reply from <.> 199.7.83.42#53
May 06 19:47:07 unbound[1407279:0] info: query response was REFERRAL
May 06 19:47:10 unbound[1407279:0] info: Capsforid: timeouts, starting fallback
May 06 19:47:13 unbound[1407279:0] info: response for poshacme.win. A IN
May 06 19:47:13 unbound[1407279:0] info: reply from <win.> 156.154.156.182#53
May 06 19:47:13 unbound[1407279:0] info: Capsforid: reply is equal. go to next fallback
May 06 19:47:29 unbound[1407279:0] info: response for poshacme.win. A IN
May 06 19:47:29 unbound[1407279:0] info: reply from <win.> 156.154.157.182#53
May 06 19:47:29 unbound[1407279:0] info: Capsforid: reply is equal. go to next fallback
I'm ill-equipped to assist much here, but hoping I can learn something. Hopefully someone will be along shortly who will be able to contribute. I know _az has experience in this area.
FWIW, Google dig is also failing lookups for poshacme.win completely.
Thanks @JuergenAuer. Good to get confirmation that it's not just something dumb I did. Unfortunate that it's a problem at the TLD level. I guess that's what I get for buying test domains from $1 TLDs? I used to only have trouble like this with Freenom stuff.
Admittedly I wish I were a lot more knowledgeable in this area. It's something I really want to sit down and study when I have the time. Perhaps @JuergenAuer has a better idea of the impact/significance of these errors/warnings and if/how they match up to the results of his own tools.