Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r/registration: add 401 to the list of unauthorized codes
Add 401 to the list of unauthorized error codes for determining if the registration is gone during refresh or delete of the registration. We've received reports that ZeroSSL returns this on unauthorized (versus 403), and it is semantically correct, so this should be fine, especially since we still validate on the URN of the error type anyway. Fixes #396.
- Loading branch information