429: Too many pending authz but logs show 200 respnse on every POST

Correct

[Fri Aug 20 16:51:33 UTC 2021] Create new order error. Le_OrderFinalize not found. {
  "type": "urn:ietf:params:acme:error:rateLimited",
  "detail": "Error creating new order :: too many currently pending authorizations: see https://letsencrypt.org/docs/rate-limits/",
  "status": 429
}

I removed certbot from prod server. Lower environment are a mess and turns out they use certbot for SSL so in that case I just ensured only one LE client existed.

1 Like