Regex

2015-07-27 Thread mlist
Hi Aleksandar, I'm compiled with USE_PCRE=yes flag. At http://cbonte.github.io/haproxy-dconv/configuration-1.6.html#4.2-reqirep In the example replace /static/ with / at the beginning of any request path. reqrep ^([^\ :]*)\ /static/(.*) \1\ /\2 I changed the regex with this: (1)

Re: Regex

2015-07-27 Thread Cyril Bonté
Hi, Le 27/07/2015 17:06, mlist a écrit : Hi Aleksandar, Please, when you start a new thread, try to send it to the the mailing list instead of adding by default some users who helped you in the past (and btw, Aleksandar was not in the recipients). I'm compiled with USE_PCRE=yes flag. At

Re: Regex

2015-07-27 Thread Cyril Bonté
Hi again, Le 27/07/2015 19:48, Cyril Bonté a écrit : Le 27/07/2015 17:06, mlist a écrit : (...) he Browser URL often remain in wrong case. I missed that point : if you wan't to change the browser url, reg(i)rep won't do the job, you'll want a HTTP redirect response. I tend to say that

Cipher strings when cert has empty CN

2015-07-27 Thread Park, Sang-Min
Hello there, While testing SSL termination with Haproxy, I came across a strange behavior, and wonder if this is a bug or something expected. I have a self-signed X509 certificate without CN. So the cert looks like this: Certificate: Data: Version: 1 (0x0) Serial

subscribe

2015-07-27 Thread Park, Sang-Min
subscribe --- Sang-Min Park – Software Engineer HP Helion Cloud

Re: Cipher strings when cert has empty CN

2015-07-27 Thread Park, Sang-Min
I spent more time debugging the problem. Here¹s the source snippet from 1.5.2 version of haproxy (I believe the latest 1.5.14 has the same issue). It seems like when cert has no CN it causes ¹sni_ctx¹ not inserted into the binding¹s bind_conf. Then when Œssl_sock_prepare_all_ctx¹ is called,

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

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, 2015 at 07:05:42AM

RE: cookie prefix strange behavior

2015-07-27 Thread mlist
Hi Willy, any new on the strange cookie behavior ? Also I ask you for haproxy configuration problem cannot I found a solution searching hard on Internet... To be honest I can't believe this. Have you tried to read the documentation carefully and more then one time?