diff --git a/src/acme.c b/src/acme.c index 87efad7ed..7a80a6d7a 100644 --- a/src/acme.c +++ b/src/acme.c @@ -1856,6 +1856,9 @@ re: if ((ctx->next_auth = ctx->next_auth->next) == NULL) { st = ACME_CHKCHALLENGE; ctx->next_auth = ctx->auths; + /* let 5 seconds before checking the challenge */ + if (ctx->retryafter == 0) + ctx->retryafter = 5; } /* call with next auth or do the challenge step */ goto nextreq;