Let's Encrypt IPs Blocked by CAPI β Need Whitelisting Guidance
It looks like some Let's Encrypt IPs are being blocked at the CAPI level I am using the CrowdSec NGINX bouncer. As a result, certificate issuance/renewal is failing. Could you please advise on a proper workaround or whitelist method to allow these?
Below are the IPs that were recently banned:
23.178.112.219
16.171.112.52
13.51.47.36
18.117.223.154
47.129.118.160
13.212.185.202
66.133.109.36
Any recommendations on whitelisting them permanently or excluding Let's Encrypt infrastructure would be greatly appreciated.9 Replies
Important Information
This post has been marked as resolved. If this is a mistake please press the red button below or type
/unresolve
Β© Created By WhyAydan for CrowdSec β€οΈ
Hey, having a look π
normally we're excluding LE IPs from BLs etc. based on RDNS
oh somehow, LE might have messed something up, the reverse dns doesn't match:
the others don't have a RDNS point to
outbound[a-z0-9].letsencrypt.org
let me see how we can flag them. For now, the best might be to use https://doc.crowdsec.net/docs/next/cscli/cscli_allowlists/
cscli allowlists | CrowdSec
cscli allowlists
(or directly via console if you have ent acc)
ps: we're actively working on improving this to allow us to also tag IPs from LE that don't have RDNS or such
Great, Thanks
Resolving Let's Encrypt IPs Blocked by CAPI β Need Whitelisting Guidance
This has now been resolved. If you think this is a mistake please run
/unresolve
23.178.112.219
13.61.9.235
16.16.220.36
3.147.78.34
23.178.112.219
13.215.183.158
23.178.112.219
3.21.75.240
13.61.9.235
13.60.84.235
16.171.61.25
3.144.1.220
47.129.109.99
18.117.177.114
Some fresh list of ips which have got bannedhere a quick report, out of those ips 1 is classified as fake RNS which means rdns came to LE, but then a forward DNS did not result in the same output
here is the problem
both rdns and forward dns (name to ip) need to match or else we open ourselves to spoofing hence fake rdns tag
Ok Got it