Hi Nenad,
Am 09-11-2015 22:52, schrieb Nenad Merdanovic:
Hello Aleksandar,
Okay after removing accept-proxy from
bind *:${HTTP_BIND_PORT} accept-proxy tfo
It comes what expected.
If you are using 'accept-proxy', HAproxy expects the payload to start
with a PROXY protocol header.
http://www.haproxy.org/download/1.6/doc/proxy-protocol.txt
Full Ack.
maybe it would be helpfull to write out something like.
PROXY protocol expected but not found
in src/connection.c:conn_recv_proxy() or in conn_fd_handler() if no
proxy protocol comes.
BR Aleks