Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

HTTP 429 - To Many Request #83

Open
HMAZonderland opened this issue Jan 21, 2020 · 1 comment
Open

HTTP 429 - To Many Request #83

HMAZonderland opened this issue Jan 21, 2020 · 1 comment

Comments

@HMAZonderland
Copy link

Feature request: see how many request can be made or if there is a cooling down period active. I use this library to power a CMS and request SSL certificates for the sites running this CMS. From time to time a lot of certificates need to be requested and I get a response from the API HTTP/1.1 429 Too Many Requests indicating this is too much.

Would be nice to be able to see before running a bulk of renewals if there are any requests left.

@yourivw
Copy link
Owner

yourivw commented Jan 30, 2020

The rate limits implied by LetsEncrypt are shown here: https://letsencrypt.org/docs/rate-limits/

I think this is the problem you're running into. As far as I know it's not possible by code to check how many requests you can still make. I would suggest you create a monitor on your CMS that keeps track of your requests and compares it with shown limits. Personally, I do not have any spare time at this moment to work on this project or expand it unfortunately.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants