Ratelimit prevents to get order authorization details

Hi,

We are providing certificates installation automation for our clients. Using acme v2 protocol.
The load to let's encrypt endpoint is pretty low, just a few requests today (Nov 25, 2021) but when creating order and then getting authorization order details we receive error "Rate limit for '/acme' reached" .
We've checked this doc Rate Limits - Let's Encrypt and found no rules that we might violate.

Need your assistance. We can provide more details about the order if you need.

Can this be connected with your 'Service status: Degraded Performance' ?

Thank you

Welcome to the community!

On the referred page the relevant statement very likely is the following:

The “/directory” endpoint and the “/acme” directory & subdirectories have an Overall Requests limit of 40 requests per second.

What kind of ACME client are you using?

2 Likes

It could very much be related to the services degraded performance. I'd advise you to note the outage to customers who enquire then wait for the issue to resolve.

Let's Encrypt does not provide a service level agreement. For business continuity planning you may wish to investigate other ACME CAs (ZeroSSL, BuyPass GO etc) and build in the ability to easily/automatically switch CA (or try one, then another).

2 Likes

We are using custom acme client built on top of ACMESharpCore (GitHub - PKISharp/ACMESharpCore: An ACME v2 client library for .NET Standard (Let's Encrypt))
Our requests to Let's Encrypt are logged and today we had about 10 requests for a full day.
Currently required certificate is already issued successfully, so, looks like the issue is gone

Thank you for the suggestion.
We already taking measures of informing clients about temporal issues with underlying CA

2 Likes

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