My domain is: chriscollins.eu
I ran this command:
acme_tiny.py --account-key /home/acme/account.key --csr /home/acme/ssl/chriscollins.eu/chriscollins.eu.csr --acme-dir /home/acme/challenges > /home/acme/ssl/chriscollins.eu/chriscollins.eu.cert
It produced this output:
Response Code: 503
Response: {'type': 'urn:ietf:params:acme:error:rateLimited', 'detail': 'Service busy; retry later.'}
My web server is (include version):
Apache 2.4.57
The operating system my web server runs on is (include version):
FreeBSD 12
Do have root access,
I am using acme-tiny
--
So every 2 months I renew some domains I manage which use LE certificates, it is only 11 domains. So 11 domains every 2 months.
For years, no problems at all, except in march, and now in may, so last 2 renewals, a few random domains get the following error from LE server.
Response: {'type': 'urn:ietf:params:acme:error:rateLimited', 'detail': 'Service busy; retry later.'}
I was then able to renew another manually fine, its a temporary error, it wasnt the last domains, so one would fail, then next would work. It seems to indicate perhaps a load issue on the LE server, but the message says I am rate limited. However with only 11 requests every 2 months i am way below the documented rate limits, and the error was not persistent.
First time I assumed maybe temporary issue on LE server, but now its happened on two renewals in a row.