Quote from: dstrctdagain321 on January 15, 2025, 10:42:47 PMAfter digging into logs, I was able to narrow it down to the Appsec collection. Removed it, and no more issues!
Yeah had the same issue, it gave me this error:
Code Select
root@OPNsense:~ # cscli collections remove crowdsecurity/appsec-generic-rules
FATA crowdsecurity/appsec-generic-rules is tainted, use '--force' to remove
root@OPNsense:~ # cscli collections remove crowdsecurity/appsec-generic-rules --force
Then running confirmed its all good!
Code Select
root@OPNsense:~ # sudo service crowdsec reload
Performing sanity check on crowdsec configuration.
Configuration test OK
Reloading configuration
Thanks heaps!