Hi,
So I have this domain: TOUCHSERVICES.CA. I added it to Cloudflare and changed its nameservers 2 days ago on GoDaddy.
It was added and activated successfully to my Cloudflare account, and is active. It’s a very simple zone:
My issue is with the propagation: it’s really slow and weird, it’s the first time I have this issue with Cloudflare.
When doing an nslookup on my domain using my ISP’s DNS, it works fine:
mike % nslookup touchservices.ca
Server: 192.168.0.1
Address: 192.168.0.1#53
Non-authoritative answer:
Name: touchservices.ca
Address: 104.21.11.105
Name: touchservices.ca
Address: 172.67.148.196
But when I’m trying to resolve it using Cloudflare’s own DNS, it fails:
mike % nslookup touchservices.ca 1.1.1.1
Server: 1.1.1.1
Address: 1.1.1.1#53
** server can't find touchservices.ca: SERVFAIL
The same result occurs with Google’s DNS (8.8.8.8 and 8.8.4.4). I tried with another .CA domain hosted at Cloudflare and it’s all fine.
I discovered the issue when trying to generate an SSL certificate using certbot, Let’s Encrypt returns a critical error:
Domain: touchservices.ca
Type: None
Detail: DNS problem: SERVFAIL looking up A for touchservices.ca -
the domain's nameservers may be malfunctioning; DNS problem:
SERVFAIL looking up AAAA for touchservices.ca - the domain's
nameservers may be malfunctioning
Domain: www.touchservices.ca
Type: None
Detail: DNS problem: SERVFAIL looking up A for www.touchservices.ca
- the domain's nameservers may be malfunctioning; DNS problem:
SERVFAIL looking up AAAA for www.touchservices.ca - the domain's
nameservers may be malfunctioning
I ran into this issue in the past, but it was always fixed after 30-60 minutes. Now it’s been 48 hours.
I’m a bit confused about what I can do about this.
The nameservers are -
Any help or tips is appreciated.
Thanks,
Mike