nginx-proxy / acme-companion

Automated ACME SSL certificate generation for nginx-proxy
MIT License
7.38k stars 820 forks source link

Infinite loop when domain is suffixed with dot - 150% cpu + 1 GB ram usage #676

Closed blackandred closed 4 years ago

blackandred commented 4 years ago

Hi,

I made a typo in the LETSENCRYPT_HOST and put "." at the end of the domain name.

LETSENCRYPT_HOST: "www.riotkit.org.,riotkit.org"

When changed to this version, then issue was resolved:

LETSENCRYPT_HOST: "www.riotkit.org,riotkit.org"

I just let you know, maybe you can add it to FAQ at least even if it could be related to simp_le.

buchdag commented 4 years ago

Thanks for reporting this one.