For the past couple of days, I’ve been getting this lovely error when trying to get the challenges for the domains included in our certificates:
‘JWS has an invalid anti-replay nonce: “”’
This is using the v2 api and it seems to only happen on the production environment. Is the cause for this the current partial service degradation?
When a server rejects a request because its nonce value was
unacceptable (or not present), it MUST provide HTTP status code 400
(Bad Request), and indicate the ACME error type
"urn:ietf:params:acme:error:badNonce". An error response with the
"badNonce" error type MUST include a Replay-Nonce header field with a
fresh nonce that the server will accept in a retry of the original
query (and possibly in other requests, according to the server's
nonce scoping policy). On receiving such a response, a client SHOULD
retry the request using the new nonce.