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.
https://github.com/letsencrypt/pebble#invalid-anti-replay-nonce-errors
This is currently not what
simp_le
does.