HAProxy: Cannot bind socket
1 min readSep 19, 2019
I had this problem and solved it, like this:
# setsebool -P haproxy_connect_any=1
Could be the best solution is to use net.ipv4.ip_nonlocal_bind=1 on /etc/sysctl.conf but i can’t tested, good luck!
:) bye