Commit 411b342a authored by neilpang's avatar neilpang
Browse files

request a new nonce for invalid anti-replay nonce error

parent b9b70323
...@@ -1899,6 +1899,7 @@ _send_signed_request() { ...@@ -1899,6 +1899,7 @@ _send_signed_request() {
if _contains "$_body" "JWS has invalid anti-replay nonce" || _contains "$_body" "JWS has an invalid anti-replay nonce"; then if _contains "$_body" "JWS has invalid anti-replay nonce" || _contains "$_body" "JWS has an invalid anti-replay nonce"; then
_info "It seems the CA server is busy now, let's wait and retry." _info "It seems the CA server is busy now, let's wait and retry."
_CACHED_NONCE=""
_sleep 5 _sleep 5
continue continue
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment