lets encyrpt mass activation rate limit problem

ozkula

Verified User
Joined
Aug 5, 2019
Messages
6
hi
i just transferred 1500 sites to my new directadmin server. but lets encyrpt ssl certs could not be created. server gives that error below. does anyone have solution for it ? i couldn't able to clear pending authz because of there is no log records of authz.

Code:
Requesting new certificate order...
new-order error: HTTP/1.1 100 Continue 
Expires: Mon, 05 Aug 2019 19:15:09 GMT 
Cache-Control: max-age=0, no-cache, no-store 
Pragma: no-cache 

HTTP/1.1 429 Too Many Requests 
Server: nginx 
Content-Type: application/problem+json 
Content-Length: 203 
Boulder-Requester: 61676901 
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" 
Replay-Nonce: Z2aiabgp80j8zOY1kLP264vQkrBBpmtBfKuTDLqDwo0 
Expires: Mon, 05 Aug 2019 19:15:10 GMT 
Cache-Control: max-age=0, no-cache, no-store 
Pragma: no-cache 
Date: Mon, 05 Aug 2019 19:15:10 GMT 
Connection: close 

{
 "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
}. Exiting...

Thank you
 
Last edited:
Hello,

The limits are coming from Let's Encrypt. You will need to try later, check https://letsencrypt.org/docs/rate-limits/ for more details.

yes limits come from lets encyrpt.
normally you can able to remove pending authz to clear room for new requests.
but da letsencyrpt script doesn't save any logs. all "clear pending authz" scripts are needing logs to operate.
also there is no way to see system working correclty and sending true number of requests to let's encyrpt.
and also i waited a week to reset limits but still getting same error. i suspect system sends more requests that it needs but i have no log records to make sure about it
 
Back
Top