RE: Regex

2015-07-28 Thread mlist
Yes this is the case. Mistakenly I thought was Referer: http header that change the URL in the browser. This is not a problem as the application works also if the URL in the browser is not case correct, but is esthetic thing :D I use HA-Proxy version 1.6-dev3-ed35c37 2015/07/22 This version

RE: Regex

2015-07-28 Thread mlist
No, you are right, as I told you I was wrong thinking Referer had to do with the browser URL, I see only Referer in the header with wrong case, so I think that. It is only to understand haproxy regex match behavior so I've more control... :D (but antislash before /demoj is not necessary to

RE: Regex

2015-07-28 Thread mlist
I wrote in the first mail I used 2 different regex. The (1) probably doesn't match, but the (2) ? (2) reqirep (.*)\/demoj(.*) \1/DemoJ\2 This regex match https://hostname, I'm Wrong ? Roberto -Original Message- From: Cyril Bonté [mailto:cyril.bo...@free.fr] Sent: martedì 28

RE: Regex

2015-07-28 Thread mlist
I'm confused by what I read at http://cbonte.github.io/haproxy-dconv/configuration-1.6.html#4.2-reqirep: search is the regular expression applied to HTTP headers and to the request line. This is an extended regular expression. Parenthesis grouping is supported and no

Soldes : derniers jours ! Vite, j'en profite !

2015-07-28 Thread Alexandre Turpault
Pour visualiser cet email en Html, cliquez ici : http://email.alexandre-turpault.com/a/?F=m2ntmsnbsxjjsw8uwfmkr48k6jvzymz82mddlvgpc44m5ecjuz7xvrq-6407616Alexandre Turpault Si vous ne visualisez pas cet email,cliquez ici: # :

Re: Regex

2015-07-28 Thread Cyril Bonté
Hi again, On 28/07/2015 09:42, mlist wrote: I wrote in the first mail I used 2 different regex. The (1) probably doesn't match, but the (2) ? (2) reqirep (.*)\/demoj(.*) \1/DemoJ\2 This regex match https://hostname, I'm Wrong ? Good news for you, at this step, no, you are

Re: Contribution for HAProxy: Peer Cipher based SSL CTX switching

2015-07-28 Thread Emeric Brun
I¹ve corrected the indentation to use tabs instead of spaces. Here¹s the new diff: Is there a better method to do code reviews other than using the mailing list? I¹ll use whatever is easiest for you guys. Again, sorry for the delayed response. I¹ll track the website from now on, -Dave

Re: Regex

2015-07-28 Thread Cyril Bonté
Hi, On 28/07/2015 08:49, mlist wrote: I'm confused by what I read at http://cbonte.github.io/haproxy-dconv/configuration-1.6.html#4.2-reqirep: search is the regular expression *applied to HTTP headers and to the* * request line*. This is an extended regular expression. Parenthesis

RE: Cipher strings when cert has empty CN

2015-07-28 Thread Lukas Tribus
Hi, 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). This is fixed by commit 8068b03467 (BUG/MINOR: ssl: correctly initialize ssl ctx for invalid certificates) [1], which is in Haproxy 1.5.7 and

[SPAM] Dear/Greeting

2015-07-28 Thread Mr. Anchaly Luy
My name is Mr. Anchaly Luy from Cambodia; I am contacting you concerning an unfinished transaction in my branch where I head as the Bank Manager with a client that has the same last name with you. If you are interested to work with me get back to me for more details.please reply to my

It is a great chance to connect with over 4000 lighting suppliers in China's Lighting Captial!

2015-07-28 Thread Guzhen Lighting Fair
It is a great chance to connect with over 4000 lighting suppliers in China's Lighting Captial! Hello haproxy@formilux.org, 看上去似乎您的e-mail软件不支持HTML。 请访问下面的网页使您能够在网页浏览其中阅读这条信息: http://edm.ubmsinoexpo.com/x/?S7a1MPufa2tuaWr_v8jW0tDMzOR.jq2hoaGJCQAA81

Re: Cipher strings when cert has empty CN

2015-07-28 Thread Park, Sang-Min
Thanks. I confirmed that it’s working in 1.5.14. --- Sang-Min Park ­ Software Engineer HP Helion Cloud On 7/28/15, 12:44 AM, Lukas Tribus luky...@hotmail.com wrote: Hi, I spent more time debugging the problem. Here¹s the source snippet from 1.5.2 version of haproxy (I

[PATCH] set response line

2015-07-28 Thread Bowen Ni
Hi, I'm submitting a patch that allows rewriting the HTTP response status code and reason phrase. There are two new keywords in 'http-response' that allows you to rewrite them in the native HAProxy config. There are also two new APIs in Lua that allows you to do the same rewriting in your Lua