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

Implement retry on Nonce Errors #138

Open
buchdag opened this issue Mar 24, 2020 · 0 comments
Open

Implement retry on Nonce Errors #138

buchdag opened this issue Mar 24, 2020 · 0 comments

Comments

@buchdag
Copy link
Contributor

buchdag commented Mar 24, 2020

https://github.com/letsencrypt/pebble#invalid-anti-replay-nonce-errors

The urn:ietf:params:acme:error:badNonce error type is meant to be retry-able. When receiving this error a client should make a subsequent request to the /new-nonce endpoint (or use the nonce from the error response) to retry the failed request, rather than quitting outright.

This is currently not what simp_le does.

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

No branches or pull requests

1 participant