Hello @Ailenswpu,
As @motoko and @mnordhoff said, this is an issue with your DNS provider.
I’ve also tried to resolve your domain again all the dnspod.com name servers and this is the result:
a.dnspod.com ---> 119.28.48.235 ---> OK
a.dnspod.com ---> 119.28.48.232 ---> KO
a.dnspod.com ---> 115.236.151.161 ---> OK
b.dnspod.com ---> 119.28.48.231 ---> KO
b.dnspod.com ---> 183.60.52.90 ---> KO
b.dnspod.com ---> 119.28.48.234 ---> KO
c.dnspod.com ---> 115.236.151.160 ---> KO
c.dnspod.com ---> 119.28.48.230 ---> OK
c.dnspod.com ---> 119.28.48.233 ---> KO
So 6 nameservers give time out for me (querying from Spain). Seems dnspod.com is not a reliable dns provider, at least is not reliable outside China.
If you search this forum you will see a couple of posts talking about dnspod.com and their problems.
I don’t know if you can change your dns provider but if you can, go ahead with some other free dns provider like cloudflare for example.
Also, none of the servers that answered my queries answered with the same question I asked. I mean, Let’s Encrypt would ask your dns servers randomizing capital letters like h
K.51z
CD.c
Om
and expects an answer like this:
dig @name_server hK.51zCD.cOm
; <<>> DiG 9.9.7 <<>> @name_server hK.51zCD.cOm
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18361
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;hK.51zCD.cOm. IN A <---- this question section is OK
[Content removed]
But it get this (the dns server converted the capital letters)
dig @119.28.48.235 hK.51zCD.cOm
; <<>> DiG 9.9.7 <<>> @119.28.48.235 hK.51zCD.cOm
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18361
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;hk.51zcd.com. IN A <---- this question section is NOT OK
[Content removed]
So you could have more issues to get your Let’s Encrypt certificate.
Cheers,
sahsanu