Skip to content

Commit

Permalink
Added 'processing' status as valid challenge status (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonkram authored and xenolf committed May 31, 2018
1 parent fefeb24 commit f17b1ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acme/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,7 @@ func validate(j *jws, domain, uri string, c challenge) error {
log.Printf("[INFO][%s] The server validated our request", domain)
return nil
case "pending":
case "processing":
case "invalid":
return handleChallengeError(chlng)
default:
Expand Down

0 comments on commit f17b1ce

Please sign in to comment.