CentOS 7, haproxy HAProxy version 2.4.17-9f97155 2022/05/13
Hello!
I'm using docker from this repo with default configs.
Start it with command to run it only on localhost: docker run -d -p 127.0.0.1:12345:12345 -v $PWD/modsecurity:/etc/modsecurity quay.io/jcmoraisjr/modsecurity-spoa -n 1
CentOS 7, haproxy HAProxy version 2.4.17-9f97155 2022/05/13
Hello!
I'm using docker from this repo with default configs. Start it with command to run it only on localhost:
docker run -d -p 127.0.0.1:12345:12345 -v $PWD/modsecurity:/etc/modsecurity quay.io/jcmoraisjr/modsecurity-spoa -n 1
In haproxy.cfg I added:
But in docker logs of ModSecurity container I don't see connected clients and requests doesn't block:
In my equal test environment all is ok, malicious request successfully blocked.
Can you help me, please?