> What version of haproxy are you using ? (And what OS) ? > >> In the first frontend I set: >> server clear /var/lib/haproxy/test send-proxy >> >> In the second frontend I set: >> bind /var/lib/haproxy/test accept-proxy > > Are you able to connect to the /var/lib/haproxy/test socket with > netcat or socat ? And/or do you have chroot in haproxy.cfg ?
Also if you drop privileges, check permission with the haproxy user.
If supported by your kernel, you could use abstract namespaces
instead.
Lukas

