Getting service busy error while get the ssl

Hi

Am I trying to get the new ssl certificate for my domain, but it shows below error. Could you please someone advice this what's wrong on this, Thanks in advance
Example,
Command:
sudo certbot certonly --standalone -d abc.com,www.abc.com --non-interactive --agree-tos --email test@protonmail.com --http-01-port=8888 --dry-run
Getting this error,

Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Simulating a certificate request for abc.com
Performing the following challenges:
http-01 challenge for abc.com
Waiting for verification...
Cleaning up challenges
An unexpected error occurred:
Service busy; retry later.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.

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


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. https://crt.sh/?q=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:

I ran this command:

It produced this output:

My web server is (include version):

The operating system my web server runs on is (include version):

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or 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):

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):

2 Likes

example.com is the proper domain name to use if you redacted the actual domain name.

As https://example.com/ shows the intended usages

Example Domain
This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission.

Also see:

2 Likes