On Mon, 17 Sep 2018, at 13:04, Damen Barker wrote: > Hi There > > We are running 1.6, the issue we are facing is that my backend servers > are seeing the incoming IP address of the HAProxy server and not the > client IP address and our application needs to see this. Please see > below our configuration and if you can offer any advice that would be > greatly received.
Welcome Damen. See https://cbonte.github.io/haproxy-dconv/1.7/configuration.html#4-option%20forwardfor option forwardfor and adjust your application accordingly. Sometimes x-real-ip is used or sometimes the application can support the PROXY protocol, you'll need to check whats possible -- https://www.haproxy.com/blog/haproxy/proxy-protocol/ was invented IIRC by Willy for haproxy, but it's really widespread now in other applications, as a generic non-HTTP-specific way of providing inbound IP address to proxied applications. A+ Dave