lego/providers/dns/dyn
Remi Broemeling 2e0e9cd68f Slightly improve Dyn provider error reporting. (#473)
If Dyn responds with a 3xx or 4xx status code, information describing exactly
what went wrong is generally included in the body of the response (as part of
the typical Dyn JSON response). On the other hand, if Dyn responds with a 5xx
status code, we very likely have extremely limited information.

This commit modifies the reporting to display the explanatory messages included
in the body of the Dyn response for 3xx and 4xx status codes. The intent is to
make it much easier to determine what might be going wrong (when something is
going wrong).
2018-03-19 10:41:57 -06:00
..
dyn.go Slightly improve Dyn provider error reporting. (#473) 2018-03-19 10:41:57 -06:00
dyn_test.go Make DNS provider credential-handling more consistent. 2016-03-20 11:40:30 -07:00