Skip to content

Conversation

@christianhoelzl
Copy link
Contributor

This pull requests improves api error reporting for challenge set_ready.

If an ACME server provides error information on the HTTP layer as a RFC 8707 probem details document, this error information is provided to the caller of the set_ready method as Error::Api(...). But if an ACME server provides the error information as part of the Challenge object (error member, RFC8555 section 8) the current implementation does not forward this information to the caller of set_ready as an Err(Error::Api(...)). This is changed in this pull request.

Copy link
Owner

@djc djc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I guess that makes sense!

@djc djc merged commit 5daf99e into djc:main Apr 16, 2025
9 checks passed
@christianhoelzl
Copy link
Contributor Author

@djc, Thank you for merging this pull request :-)
I updated the other pull request #100, such that there are no merge conflicts.

@christianhoelzl christianhoelzl deleted the set_ready_problem_details branch July 9, 2025 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants