Problem creating SSL

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: aemmestudio.net

I ran this command: Install SSL

It produced this output: Invalid response from https://acme-v02.api.letsencrypt.org/acme/new-order.
Details:
Type: urn:ietf:params:acme:error:rateLimited
Status: 429
Detail: Error creating new order :: too many failed authorizations recently: see Failed Validation Limit - Let's Encrypt

My web server is (include version): I don't know

The operating system my web server runs on is (include version): I don't know

My hosting provider, if applicable, is: Kolst

I can login to a root shell on myzq machine (yes or no, or I don't know): I don't know

I'm using a control panel to manage my site (no, or provide the name and version of the control panel): plesk

Hi @leamaraa, and welcome to the LE community forum :slight_smile:

Please check if your ACME client can use the staging environment.
If so, please do all your testing there [first].

OR
Speak with your HSP about the problem you are having.

2 Likes

Your server is returning a server error (code 500) when http requests are specifically made to the /.well-known/acme-challenge path of your website. This probably means you have some special configuration in your web server for that and it's going wrong :

curl http://aemmestudio.net/.well-known/acme-challenge -I

HTTP/1.1 500 Internal Server Error
Date: Fri, 13 Oct 2023 04:36:21 GMT
Server: Apache
Vary: Accept-Encoding
Connection: close
Content-Type: text/html; charset=iso-8859-1
1 Like

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