Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
411b342a
Commit
411b342a
authored
Jul 18, 2018
by
neilpang
Browse files
request a new nonce for invalid anti-replay nonce error
parent
b9b70323
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
411b342a
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment