When rechecking CAA, the existing code maps all failures to a CAAError. This means that any other non-CAA failure (for example, an internal server error) gets hidden. Avoid this by reworking recheckCAA to return errors and if we find a non-CAAError, we return that directly. Revise tests to cover both situations. Updates issue #3143. |
||
|---|---|---|
| .. | ||
| proto | ||
| mock_test.go | ||
| ra.go | ||
| ra_test.go | ||