Hello everyone,
I have two HAProxy (v2.3.8) servers running, and I’m intercepting all the traffic in between the proxies. Now I’ve added the send-proxy-v2 on the server line on HAproxy server 1 (since I need the information that the proxy protocol adds), and accept-proxy on the bind line on HAproxy 2.
server backend 10.0.10.3:80 send-proxy-v2
bind 10.0.10.3:80 accept-proxy
However, when I tcpdump the traffic and view it with wireshark, I’m unable to see any proxy protocol related fields/additions to the packets. I think I should be able to see it, right?
Am I forgetting somehting in the configuration, or is this the expected behaviour?
1 post - 1 participant