RE: cookie prefix strange behavior

2015-07-27 Thread mlist
Ok. For now we'll use cookie insert method. Thank you Roberto -Original Message- From: Willy Tarreau [mailto:w...@1wt.eu] Sent: domenica 26 luglio 2015 21.54 To: mlist Cc: 'Baptiste'; haproxy@formilux.org Subject: Re: cookie prefix strange behavior On Sat, Jul 25, 201

RE: cookie prefix strange behavior

2015-07-27 Thread mlist
ing their >> certificate, can haproxy manage this situation passing client >> certificates to backend server ? >http://lmgtfy.com/?q=haproxy+client+certificate >https://raymii.org/s/tutorials/haproxy_client_side_ssl_certificates.html Ok. On this probably I could look bett

Re: cookie prefix strange behavior

2015-07-27 Thread Aleksandar Lazic
Hi willy. Am 27-07-2015 07:26, schrieb Willy Tarreau: Hi Aleks, On Sun, Jul 26, 2015 at 11:42:42PM +0200, Aleksandar Lazic wrote: As far as I know there is not yet a flow chart like http://redmine.lighttpd.net/projects/lighttpd/repository/entry/trunk/doc/state.dot You can see the picture whe

Re: cookie prefix strange behavior

2015-07-26 Thread Willy Tarreau
Hi Aleks, On Sun, Jul 26, 2015 at 11:42:42PM +0200, Aleksandar Lazic wrote: > As far as I know there is not yet a flow chart like > > http://redmine.lighttpd.net/projects/lighttpd/repository/entry/trunk/doc/state.dot > > You can see the picture when you paste the text into this website. > > htt

RE: cookie prefix strange behavior

2015-07-26 Thread Aleksandar Lazic
ttps://raymii.org/s/tutorials/haproxy_client_side_ssl_certificates.html Thank you in advance. Hth Best Regards Cheers Roberto Aleks -Original Message- From: Willy Tarreau [mailto:w...@1wt.eu] Sent: lunedì 20 luglio 2015 12.15 To: mlist Cc: 'Baptiste'; haproxy@formilux

Re: cookie prefix strange behavior

2015-07-26 Thread Willy Tarreau
On Sat, Jul 25, 2015 at 07:05:42AM +, mlist wrote: > Hi Willy, any new on the strange cookie behavior ? Not yet, and for now I'm away for the whole week so it will have to wait even more. Regards, Willy

RE: cookie prefix strange behavior

2015-07-25 Thread mlist
sing client certificates to backend server ? Thank you in advance. Best Regards Roberto -Original Message- From: Willy Tarreau [mailto:w...@1wt.eu] Sent: lunedì 20 luglio 2015 12.15 To: mlist Cc: 'Baptiste'; haproxy@formilux.org Subject: Re: cookie prefix strange behavior On Mon

RE: cookie prefix strange behavior

2015-07-21 Thread mlist
proxy@formilux.org Subject: RE: cookie prefix strange behavior I tested with 1.5.14. I think this is not a regression. The error is the same. But using insert instead of prefix, also with 1.5.6 the strange cookie is managed in different manner "strange cookie" has a prefix, probab

RE: cookie prefix strange behavior

2015-07-20 Thread mlist
6] front_end~ back_end/SERVER2 4/0/4/23/31 304 184 ASP.NET_SessionId=tahvauvuahzipfuq2fisio55 - --VN 6/6/2/3/0 0/0 "GET /app1/templatelibrary/menutop/img/homebackground/proclist.jpg HTTP/1.1" Jul 20 14:40:39 haproxy_machine haproxy[2846]: 172.16.3.122:7237 [20/Jul/2015:14:40:39.308] fron

Re: cookie prefix strange behavior

2015-07-20 Thread Willy Tarreau
On Mon, Jul 20, 2015 at 09:51:28AM +, mlist wrote: > Hi Willy > > >> Hi Baptiste, as you can see using prefix or sticky table we found this > >> invalid cookie problem. > >> > >> - Why without haproxy in the middle we do not have this problem ? why a > >> browser send an INVALID cookie ? >

RE: cookie prefix strange behavior

2015-07-20 Thread mlist
ALID :D so no session will be broken... We compiled from source "HA-Proxy version 1.6-dev2-25f4e3e 2015/07/10" Roberto -Original Message- From: Willy Tarreau [mailto:w...@1wt.eu] Sent: lunedì 20 luglio 2015 10.19 To: mlist Cc: 'Baptiste'; haproxy@formilux.org Subject: Re:

Re: cookie prefix strange behavior

2015-07-20 Thread Willy Tarreau
[please avoid top-posting, it makes it really painful to reply to e-mails with the relevant context] On Sat, Jul 18, 2015 at 09:56:23AM +, mlist wrote: > Hi Baptiste, as you can see using prefix or sticky table we found this > invalid cookie problem. > > - Why without haproxy in the middle

RE: cookie prefix strange behavior

2015-07-18 Thread mlist
-Original Message- From: Baptiste [mailto:bed...@gmail.com] Sent: venerdì 17 luglio 2015 22.09 To: mlist Cc: haproxy@formilux.org Subject: Re: cookie prefix strange behavior Hi Roberto, Look in your log lines, block 2, HAProxy says "--IN". 'IN' is for cookie persistence. 'I&

Re: cookie prefix strange behavior

2015-07-17 Thread Baptiste
nfiguration option to invalidate old cookie so client > does not reuse this strange cookie not recognized by server ? > > > > > > Roberto > > > > > > > > From: mlist > Sent: venerdì 17 luglio 2015 16.19 > To: 'haproxy@formilux.org'

RE: cookie prefix strange behavior

2015-07-17 Thread mlist
proxy@formilux.org' Subject: cookie prefix strange behavior We have compiled and installed haproxy version 1.6 dev2. If we use cookie insert all works, but if we use cookie prefix (ASP.NET_SessionId) or sticky table in which one have to specify cookie to be sticked, so using cookie name = ASP.NET_Ses

cookie prefix strange behavior

2015-07-17 Thread mlist
We have compiled and installed haproxy version 1.6 dev2. If we use cookie insert all works, but if we use cookie prefix (ASP.NET_SessionId) or sticky table in which one have to specify cookie to be sticked, so using cookie name = ASP.NET_SessionId) we have a strange behavior. BLOCK1 As you can