Hi,

I'm using 1.4.22 and I have a configuration like this:

defaults
    mode http
    option httpchk

frontend http-in
    bind 176.9.135.29:80
    default_backend l0

backend l0
    balance roundrobin
    option forwardfor except 127.0.0.1 header X-Client  # stunnel
already adds the header
    option http-server-close
    server s0 127.0.0.1:5000 check inter 60000

HAProxy sets the X-Client header, but instead of client's address it
always contains the public address of the server (176.9.135.29)

Any ideas why?

-- 
Milan Babuskov
http://www.guacosoft.com

Reply via email to