Hi Arnall,

Am 03.01.2017 um 16:15 schrieb Arnall:

Is it possible that with "http-reuse always" the yyy.yyy.yyy.yyy request has used
the xxx.xxx.xxx.xxx connection between https and http frontend with proxy
protocol forwarding xxx.xxx.xxx.xxx instead of yyy.yyy.yyy.yyy ?


Yes, that's what http-reuse does.

Either use a HTTP header to transport the source IP to the backend or set http-reuse to never [1], because the proxy-protocol only sends information at the beginning (its
like our old "tunnel" mode).


Lukas


[1] https://cbonte.github.io/haproxy-dconv/1.6/configuration.html#4-http-reuse

Reply via email to