xdtianyu / scripts

scripts for work
https://www.xdty.org
1.03k stars 245 forks source link

Verifying domain error #5

Closed sunjun81 closed 8 years ago

sunjun81 commented 8 years ago

hey guys, i got this exception, does anyone knows why? Thanks in advance!

u'error': {u'type': u'urn:acme:error:connection', u'detail': u'DNS query timed out'}, u'type': u'http-01'}

xdtianyu commented 8 years ago

Which dns provider? Please check nslookup YOUR-DOMAIN 8.8.8.8

sunjun81 commented 8 years ago

用的是阿里云的ecs和域名解析。

xdtianyu commented 8 years ago

nslookup 域名 8.8.8.8 能查询到吗?

sunjun81 commented 8 years ago

nslookup xxxx.com 8.8.8.8 Server: 8.8.8.8 Address: 8.8.8.8#53

Non-authoritative answer: Name: xxxx.com Address: 120.55.xxx.xx

xdtianyu commented 8 years ago

参考这里 DNS query timed out,这个应该是dns解析的问题,你可以使用 lets-encrypt 官方客户端试试应该是一样的结果。切换到国外任何一家dns解析应该就可以了,另外我刚才测试cloudxns是正常的。