Hello,
I had cert-manager 0.2.0 set up on my cluster and got my IP blocked because of my server making too many requests to the production ACME api. I’ve updated cert-manager to v0.4.0-dev.2 and tested with the staging endpoint. I wanted to proceed to use the production endpoint now, but I get an error about my IP being rate-limited.
The error from the logs is:
clusterissuers controller: Re-queuing item "letsencrypt" due to error processing: acme: urn:ietf:params:acme:error:rateLimited: Your IP, 151.11.49.144, has been blocked due to ridiculously excessive traffic. Once this is corrected you may request this be reviewed on our forum https://community.letsencrypt.org
The repeated requests error should be fixed in this version, right? do I need to do something else or could my IP (151.11.49.144) be reviewed?
Thanks,
Daniele