lets encyrpt SSL not renewing and issuing after migration from cPanel

johncs

New member
Joined
Sep 3, 2019
Messages
2
Before shifting to DirectAdmin the Lets Encrypt was working fine without any rate limit issue but after shifting The new SSL is not issuing and old SSL are not renewing.
Bellow is Email Alert

Code:
Requesting new certificate order...
new-order error: HTTP/1.1 100 Continue
Expires: Tue, 03 Sep 2019 01:54:26 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: 190
Boulder-Requester: 64781803
Link: ;rel="index"
Replay-Nonce: 0102E0nHulDsxMPcczyqTf16t0NPXXVyOGHJUq1A05L0aVo
Expires: Tue, 03 Sep 2019 01:54:26 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Tue, 03 Sep 2019 01:54:26 GMT
Connection: close

{
  "type": "urn:ietf:params:acme:error:rateLimited",
  "detail": "Error creating new order :: too many new orders recently: see https://letsencrypt.org/docs/rate-limits/",
  "status": 429
}. Exiting...

How to resolve this issue?
 
How cPanel handle this issue without issue?
Can we implement same as cPanel?
 
Back
Top