auto-ssl / lua-resty-auto-ssl

On the fly (and free) SSL registration and renewal inside OpenResty/nginx with Let's Encrypt.
MIT License
1.93k stars 182 forks source link

Renewal fails with error: auto-ssl: failed to obtain lock: closed, context: ngx.timer #286

Open manigarg31 opened 1 year ago

manigarg31 commented 1 year ago

We are using redis in the backend for storing certificates. We have around 9 lacs certificates in our cache. After every few days we are facing this error and our renewals are failing. We are running around 8 openresty servers. We also noticed sometimes renewal doesn't happen for all the domains present in our cache.

If anyone could provide any help, that would be great.

Thank you in advance.