ACME: improve error handling (#49266)

* Improve error handling: when parse_json_result is False, still return the error message.

* Remove content body from info dict.

* Add changelog.
This commit is contained in:
Felix Fontein
2018-11-29 09:00:39 +01:00
committed by René Moser
parent 829fc0feda
commit b842b1b97e
2 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "ACME modules: improve error messages in some cases (include error returned by server)."