|
I'm seeing a strange mismatch now that I've updated to 5.0.1. I updated my run/renew commands to unify them, and for good measure I deleted all prior state to start fresh. When I request a certificate, it spins waiting for DNS propagation but then times out with the following: The strange thing is that throughout this command, running the following from the same host works: If I set |
Replies: 4 comments 20 replies
|
Sorry it's late for me: I deleted my comment, because I misread the log. |
|
Hah, all good. I was midway through trying to walk down the NS call chain figuring out what it would be trying. |
|
lego is only doing simple TXT call for the recursive NSs, there is nothing special. There is only a fallback on TCP if the response is truncated. The Based on your dig, UDP seems allowed by your system. |
|
Checking. FWIW, validated by setting |
I created a PR to fix the problem #3080
I will merge it tomorrow because now it's too late be confident on the code I'm writing 😄