Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graceful handling of badNonce error, retry with new nonce #62

Closed
kellpossible opened this issue Aug 12, 2024 · 4 comments · Fixed by #65
Closed

Graceful handling of badNonce error, retry with new nonce #62

kellpossible opened this issue Aug 12, 2024 · 4 comments · Fixed by #65

Comments

@kellpossible
Copy link
Contributor

https://github.com/letsencrypt/pebble?tab=readme-ov-file#invalid-anti-replay-nonce-errors

@kellpossible
Copy link
Contributor Author

While it should be possible to handle at a higher level, it seems to me like something that could be a good candidate to handle inside the ACME client, as the error could present itself in many places.

@djc
Copy link
Owner

djc commented Aug 12, 2024

Sounds good, want to submit a PR? Retry up to 3 times with some backoff?

@kellpossible
Copy link
Contributor Author

kellpossible commented Aug 12, 2024 via email

@nick96
Copy link

nick96 commented Sep 16, 2024

I had a go at this in #65 because I ran into it trying to do some testing against pebble. Let me know what you think.

@djc djc closed this as completed in #65 Sep 17, 2024
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 a pull request may close this issue.

3 participants