Re: send-proxy requests not added to stick-table

2016-02-12 Thread Willy Tarreau
Hi Dennis, On Fri, Feb 12, 2016 at 03:47:41AM +0100, Dennis Jacobfeuerborn wrote: > After sending the message I thought about this some more and then it > suddenly became obvious: "tcp-request connection" only sees the tcp > connections and since I'm using the abstract namespace sockets for the >

send-proxy requests not added to stick-table

2016-02-11 Thread Dennis Jacobfeuerborn
Hi, I've run into a strange phenomenon and I'm not sure if it's something I'm doing wrong. I have one SSL offloading frontend that receives requests, does "http-request set-header X-Forwarded-Proto https" and then uses send-proxy to forward the request to the plain http backend. In the plain

Re: send-proxy requests not added to stick-table

2016-02-11 Thread Dennis Jacobfeuerborn
On 12.02.2016 03:29, Dennis Jacobfeuerborn wrote: > Hi, > I've run into a strange phenomenon and I'm not sure if it's something > I'm doing wrong. > > I have one SSL offloading frontend that receives requests, does > "http-request set-header X-Forwarded-Proto https" and then uses > send-proxy to