Open fjoesne opened 7 years ago
@fjoesne Hey there, v0.4.0 used the hosts (/etc/resolv.conf) nameservers to check propagation of the ACME TXT record. It looks like your DNS resolver (205.251.198.78) is not responding to some queries.
v0.5.0 reverts back to use Google's public DNS servers by default. They are much more reliable for the kind of DNS queries the upstream ACME library does.
We're using Route 53 validation with version 0.5.0.
We are experiencing this issue despite having set the DNS_RESOLVERS variable and also setting them in Rancher. The app is still attempting to directly resolve against AWS DNS servers (or so it looks from the logs) and this will never work due to our internal corporate network, hence us setting the DNS servers to use.
Happy to help debug this one as it's blocking us.
from catalog 0.4.0, using route53.
rancher: 1.5.6 docker: 1.12.3
level=error msg="[sub.domain.com] Error obtaining certificate: Time limit exceeded. Last error: read udp 10.42.11.170:47429->205.251.198.78:53: i/o timeout"
I get a similar issue with other domains.
similar closed issues claims that this should be fixed with 0.4.0. #38