mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
Print error details when an IssuanceError is thrown (#9804)
When a CA fails to issue a certificate after finalisation Certbot currently prints the following unhelpful message: ``` An unexpected error occurred: acme.errors.IssuanceError ``` This PR makes Certbot print the ACME error object from the order, as such ``` An unexpected error occurred: CAA error :: Invalid CAA: CAA prohibits issuance ``` ## Pull Request Checklist - [ ] The Certbot team has recently expressed interest in reviewing a PR for this. If not, this PR may be closed due our limited resources and need to prioritize how we spend them. - [x] If the change being made is to a [distributed component](https://certbot.eff.org/docs/contributing.html#code-components-and-layout), edit the `master` section of `certbot/CHANGELOG.md` to include a description of the change being made. - [x] Add or update any documentation as needed to support the changes in this PR. - [x] Include your name in `AUTHORS.md` if you like.
This commit is contained in:
@@ -14,7 +14,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
### Fixed
|
||||
|
||||
*
|
||||
* Fixed a bug where issuance error details where not printed
|
||||
|
||||
More details about these changes can be found on our GitHub repo.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user