Dear all,
Im trying to validate my domain hosted in Kubernetes
Found out that my kube-lego was throwing errors like:
time="2018-03-19T06:58:26Z" level=warning msg="authorization failed after 1m0s: getting authorization failed: 429 urn:acme:error:rateLimited: Error creating new authz :: too many failed authorizations recently: see https://letsencrypt.org/docs/rate-limits/" context=acme domain=rest.lalamove.com
After checking the documents, there should be a rate limit with 5/hours failures.
I stopped the request over the weekend and tried again, it still throwing the same error.
My logs didnt include any logs like https://acme-v01.api.letsencrypt.org/acme/authz/XYZ
, so i could not trigger an validation attempt.
May I know if there any way to get rid of this stage and re-authorize without waiting a whole week?
Please advise.