Re: Re: ssl nbproc > 1 and chrome

2014-08-29 Thread Jarno Huuskonen
Hi, On Fri, Aug 29, Remi Gacogne wrote: > Hi, > > > From strace I can see that (16:01:58.776411 - 16:01:58.777349) that > > haproxy reads(from client(chrome) / sends "GET /idp/Authn/Kerberos/Login" > > with negotiate header(to tomcat) but then closes connection > > (16:01:58.777349, 16:01:58.7776

Re: Re: ssl nbproc > 1 and chrome

2014-08-29 Thread Jarno Huuskonen
Hi, Thank you for looking into this. On Fri, Aug 29, Remi Gacogne wrote: > Hi, > > > From strace I can see that (16:01:58.776411 - 16:01:58.777349) that > > haproxy reads(from client(chrome) / sends "GET /idp/Authn/Kerberos/Login" > > with negotiate header(to tomcat) but then closes connection >

Re: Re: ssl nbproc > 1 and chrome

2014-08-29 Thread Remi Gacogne
Hi, > From strace I can see that (16:01:58.776411 - 16:01:58.777349) that > haproxy reads(from client(chrome) / sends "GET /idp/Authn/Kerberos/Login" > with negotiate header(to tomcat) but then closes connection > (16:01:58.777349, 16:01:58.777613 ...) ? > 16:01:58.776937 epoll_wait(0, {}, 200, 0

Re: ssl nbproc > 1 and chrome

2014-08-29 Thread Jarno Huuskonen
Hi, On Thu, Aug 28, Lukas Tribus wrote: > Other than that, the strace -tt could indeed be useful. Ok, I manage to capture strace -tt output. Here's whats on logs: Aug 29 16:01:58 127.0.0.1 haproxy[22814]: client.ip:63722 [29/Aug/2014:16:01:58.691] FE_idp BE_idp_tomcat/shib2 4/0/2/11/17 302 450

Re: ssl nbproc > 1 and chrome

2014-08-28 Thread Jarno Huuskonen
Hi, On Thu, Aug 28, Lukas Tribus wrote: > Hi Jarno, > > > > I'm testing ssl offloading with nbproc> 1, and I'm having a > > (random?) problems with chrome. (This is could related to > > chrome 408 errors > > (http://blog.haproxy.com/2014/05/26/haproxy-and-http-errors-408-in-chrome/)). > > > No

Re: ssl nbproc > 1 and chrome

2014-08-28 Thread Lukas Tribus
Hi Jarno, > I'm testing ssl offloading with nbproc> 1, and I'm having a > (random?) problems with chrome. (This is could related to > chrome 408 errors > (http://blog.haproxy.com/2014/05/26/haproxy-and-http-errors-408-in-chrome/)). Note that the 408 bug should be fixed in Chrome 37, which was r

ssl nbproc > 1 and chrome

2014-08-28 Thread Jarno Huuskonen
Hi, I'm testing ssl offloading with nbproc > 1, and I'm having a (random?) problems with chrome. (This is could related to chrome 408 errors (http://blog.haproxy.com/2014/05/26/haproxy-and-http-errors-408-in-chrome/)). So far I haven't seen similar problems with IE, Firefox or safari. At first I