Presently when the VA performs a DNS-01 challenge verification it returns the same error for the case where the remote nameserver had the **wrong** TXT value, and when the remote nameserver had an **empty** response for the TXT query. It would aid debugging if the user was told which of the two failure cases was responsible for the overall challenge failure. This commit adds a unique error message for the empty TXT records case, and a unit test/mock to exercise the new the error message. Resolves #2326 |
||
|---|---|---|
| .. | ||
| dns.go | ||
| dns_test.go | ||
| mocks.go | ||
| problem.go | ||
| problem_test.go | ||