We are setting up a docker machine in AWS with an nginx reverse proxy and let’s encrypt for the https.
After a few trial-error, we finally achieved the certs for our testing domain roipost.org (app.roipost.org, api.roipost.org, test.roipost.org & stageapi.roipost.org).
Now we are trying to implement the same in roipost.com, but apparently, as we already did some tests on this domain some days before, we already reached the rate limit (we actually don’t know for sure).
We followed the exact same steps with both domains, working for roipost.org but not for roipost.com. Are we in some blacklist/rate limit list or something? Can we try again now that the system is working as it should (theoretically)?
Hi @tdelmas,
Solved this part using another docker image. Now we have a rate limit error:
Creating/renewal test.roipost.com certificates... (test.roipost.com)
2017-07-10 10:42:20,863:INFO:simp_le:1211: Generating new account key
2017-07-10 10:42:27,102:INFO:requests.packages.urllib3.connectionpool:756: Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
ACME server returned an error: urn:acme:error:rateLimited :: There were too many requests of a given type :: Error creating new registration :: too many registrations for this IP
Debugging tips: -v improves output verbosity. Help is available under --help.