tazjin/kubernetes-letsencrypt

acme4j: JWS has invalid anti-replay nonce

Closed this issue · 2 comments

I believe this is some sort of race condition with re-using the Registration object in a parallel stream.

Result JSON: {"type": "urn:acme:error:malformed","detail": "Registration key is already in use","status": 409} in the DEBUG logs.

Looks like challenges can't be performed in parallel, too bad!

Actually nevermind that, that was from a different request.