On Tue, Jan 03, 2017 at 06:18:23PM +0100, Lukas Tribus wrote:
> 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).

And by the way the purpose of the proxy protocol is mostly to pass IP
addresses for non-HTTP protocols (ie smtp or ssl). I think we should
emit a warning when a server has send-proxy in a backend configured
with http-reuse because I don't see any valid use case for this.

Willy

Reply via email to