Re: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-31 Thread shouldbe q931
On Fri, May 31, 2013 at 1:12 PM, Lukas Tribus wrote: > Hi Arne, > > just "git pull", the fix was committed 10 minutes ago ("dev18-53"). > > > > Lukas 18-53 works :-) Many thanks Arne

RE: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-31 Thread Lukas Tribus
Hi Arne, just "git pull", the fix was committed 10 minutes ago ("dev18-53"). Lukas

Re: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-31 Thread shouldbe q931
On Fri, May 31, 2013 at 11:14 AM, Lukas Tribus wrote: > Arne, Emmanuel, > > I can successfully reproduce the issue with an old wget build on win32. > > It seems to me the SSL_TLSEXT_ERR_ALERT_WARNING is upsetting certain clients. > > > Arne, could you try the following patch on top of currend HEAD

RE: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-31 Thread Lukas Tribus
Arne, Emmanuel, I can successfully reproduce the issue with an old wget build on win32. It seems to me the SSL_TLSEXT_ERR_ALERT_WARNING is upsetting certain clients. Arne, could you try the following patch on top of currend HEAD. Emmanuel, could you share your thoughts about this? Regards, Lu

Re: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-31 Thread Emmanuel Hocdet
Hi, My bad… This fix should solve the issue diff -ru haproxy-ss-20130530/src/ssl_sock.c haproxy-ss-20130530-fix/src/ssl_sock.c --- haproxy-ss-20130530/src/ssl_sock.c 2013-05-29 15:54:14.0 +0200 +++ haproxy-ss-20130530-fix/src/ssl_sock.c 2013-05-31 12:00:38.542448533 +0200 @@ -197

RE: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-31 Thread Lukas Tribus
> Apologies for not making this clearer, it is the SSLExplorer _Agent_ that > fails. By agent you mean the client which is on the "frontend" from a HAProxy perspective? > I can spin up an XP VM and test that IE 6 can connect to the > SSLExplorer web interface over HAProxy 18-39 but as I'm not

Re: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-31 Thread shouldbe q931
On Fri, May 31, 2013 at 9:41 AM, Lukas Tribus wrote: > Hi Arne, > > >> I ran "sudo haproxy -d -f /etc/haproxy/haproxy.cfg>> haproxy-d.log >> 2>&1" to capture the log output, I can't see anything obvious... > > In fact, I don't see anything wrong with these logs ... > > > Looking at the bisected co

RE: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-31 Thread Lukas Tribus
Hi Arne, > I ran "sudo haproxy -d -f /etc/haproxy/haproxy.cfg>> haproxy-d.log > 2>&1" to capture the log output, I can't see anything obvious... In fact, I don't see anything wrong with these logs ... Looking at the bisected commit, I highly suspect a SNI related regression. I assume SSLexplo

Re: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-30 Thread shouldbe q931
On Thu, May 30, 2013 at 3:11 PM, Lukas Tribus wrote: > Hi Arne, > > can you start haproxy with the debug options enabled (-d) and catch the > output while a request fails? > > > Thanks, > > Lukas I ran "sudo haproxy -d -f /etc/haproxy/haproxy.cfg >> haproxy-d.log 2>&1" to capture the log output,

RE: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-30 Thread Lukas Tribus
Hi Arne, can you start haproxy with the debug options enabled (-d) and catch the output while a request fails? Thanks, Lukas

Re: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-30 Thread shouldbe q931
On Thu, May 30, 2013 at 2:53 PM, shouldbe q931 wrote: > 18-38 is fine, 18-39 it is broken. > > 18-39 would be the commit > > > http://git.1wt.eu/web?p=haproxy.git;a=commit;h=7c41a1b59b005a75914121a604ede449374b8de7 > working version haproxy -vv HA-Proxy version 1.5-dev18-38 2013/05/07 Copyrigh

Re: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-30 Thread shouldbe q931
18-38 is fine, 18-39 it is broken. 18-39 would be the commit http://git.1wt.eu/web?p=haproxy.git;a=commit;h=7c41a1b59b005a75914121a604ede449374b8de7 I've removed the other parts of the config, but the relevant sections are of the haproxy.cfg look like local@haproxy-2:~$ cat /etc/haproxy/hapro

Re: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-30 Thread shouldbe q931
On Thu, May 30, 2013 at 1:28 PM, Lukas Tribus wrote: > Hi Arne! > > >> I'd be very happy to step through individual 1.5dev18 releases after >> 30 untill I find the one that "breaks" SSL Explorer, but I have a >> slight problem in that I haven't got a clue on how to "check out" each >> individual r

RE: upgraded from 1.5dev18-30 to 1.5dev18-50 and it broke my SSL VPN :-(

2013-05-30 Thread Lukas Tribus
Hi Arne! > I'd be very happy to step through individual 1.5dev18 releases after > 30 untill I find the one that "breaks" SSL Explorer, but I have a > slight problem in that I haven't got a clue on how to "check out" each > individual release from git. You can use "git bisect" to do this: http:/