Question about Lets Encrypt

Hestia Control Panel: v1.5.0
Debian 10.11 (x86_64)

According to the log below:

{
“type”: “urn:ietf:params:acme:error:rateLimited”,
“detail”: “Error creating new order :: too many certificates (5) already issue d for this exact set of domains in the last 168 hours: melatoninavix.com,www.mel atoninavix.com: see Rate Limits - Let's Encrypt”,
“status”: 429
}

do I have to wait 168 hours for a new attempt?

Basicly, yes. Also try to find out, why its failing - you got some 400 error codes before you land in a 429.

There were some attempts due to an error, which I couldn’t identify:

I formatted the vps and reinstalled hestiacp

I had this problem in the past. In the end I didnt have to wait that long.

What was done?

If I keep trying to generate the certificate, the time can increase.

2021-12-01 10:13:12 v-add-letsencrypt-domain ‘mvix’ ‘melatoninavix.com’ ‘www.melatoninavix.com’ ‘’ [Error 15]

E_CONNECT=15

I think the DNS records do not point to the correct server. What happens when you run the command in command line?

root@xstocler:/home/debian# v-add-letsencrypt-domain mvix melatoninavix.com www.melatoninavix.com
Error: Let’s Encrypt new auth status 429 (melatoninavix.com)

DNS is pointing to hestiacp IP correctly

log in /var/log/hestia/LE-mvix-melatoninavix.com.log

=============================
Date Time: 2021-12-01 10:13:10
WEB_SYSTEM: apache2
PROXY_SYSTEM: nginx
user: mvix
domain: melatoninavix.com

==[Step 1]==

  • status: 200
  • nonce: 0002Qw_oJT8W-aIjWGmZi3GHVaxAon9p-nGIqjTHpDhWhic
  • answer: HTTP/2 200
    server: nginx
    date: Wed, 01 Dec 2021 13:13:11 GMT
    content-type: application/json
    content-length: 658
    cache-control: public, max-age=0, no-cache
    replay-nonce: 0002Qw_oJT8W-aIjWGmZi3GHVaxAon9p-nGIqjTHpDhWhic
    x-frame-options: DENY
    strict-transport-security: max-age=604800

==[API call]==
exit status: 0

==[Step 2]==

  • status: 429
  • nonce: 0001OGxOTN6gQtqKFKDbdb2mGkJzwQTaAzB-dX5Pl97uHl0
  • authz:
  • finalize:
  • payload: {“identifiers”:[{“type”:“dns”,“value”:“melatoninavix.com”},{“type”:“dns”,“value”:“www.melatoninavix.com”}]}
  • answer: HTTP/2 429
    server: nginx
    date: Wed, 01 Dec 2021 13:13:11 GMT
    content-type: application/problem+json
    content-length: 295
    boulder-requester: 300610130
    cache-control: public, max-age=0, no-cache
    link: https://acme-v02.api.letsencrypt.org/directory;rel=“index”
    replay-nonce: 0001OGxOTN6gQtqKFKDbdb2mGkJzwQTaAzB-dX5Pl97uHl0

{
“type”: “urn:ietf:params:acme:error:rateLimited”,
“detail”: “Error creating new order :: too many certificates (5) already issued for this exact set of domains in the last 168 hours: melatoninavix.com,www.melatoninavix.com: see Rate Limits - Let's Encrypt”,
“status”: 429
}

=============================
Date Time: 2021-12-01 10:45:53
WEB_SYSTEM: apache2
PROXY_SYSTEM: nginx
user: mvix
domain: melatoninavix.com

==[Step 1]==

  • status: 200
  • nonce: 0002GtLUawcgLXCDpVxcnaHUquLWqRqw5CGcpy6NXP8Z-IU
  • answer: HTTP/2 200
    server: nginx
    date: Wed, 01 Dec 2021 13:45:54 GMT
    content-type: application/json
    content-length: 658
    cache-control: public, max-age=0, no-cache
    replay-nonce: 0002GtLUawcgLXCDpVxcnaHUquLWqRqw5CGcpy6NXP8Z-IU
    x-frame-options: DENY
    strict-transport-security: max-age=604800

==[API call]==
exit status: 0

==[Step 2]==

  • status: 429
  • nonce: 0001zg-oa7czNuSTctLVNB5d01EwDHReY087IWA7LM0CGNQ
  • authz:
  • finalize:
  • payload: {“identifiers”:[{“type”:“dns”,“value”:“melatoninavix.com”},{“type”:“dns”,“value”:“www.melatoninavix.com”}]}
  • answer: HTTP/2 429
    server: nginx
    date: Wed, 01 Dec 2021 13:45:54 GMT
    content-type: application/problem+json
    content-length: 295
    boulder-requester: 300610130
    cache-control: public, max-age=0, no-cache
    link: https://acme-v02.api.letsencrypt.org/directory;rel=“index”
    replay-nonce: 0001zg-oa7czNuSTctLVNB5d01EwDHReY087IWA7LM0CGNQ

{
“type”: “urn:ietf:params:acme:error:rateLimited”,
“detail”: “Error creating new order :: too many certificates (5) already issued for this exact set of domains in the last 168 hours: melatoninavix.com,www.melatoninavix.com: see Rate Limits - Let's Encrypt”,
“status”: 429
}

https://crt.sh/?q=melatoninavix.com

Wait until Friday or Saturday and then try again

1 Like

Appreciate.

I will try again on Saturday or Sunday.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.