Re: REg: Connection field in HTTP header is set to close while sending to backend server

2015-08-07 Thread ilan
Hi Lukas, Thank you for the response. Yes, It is new deployment. I will check 1.5. Regards, Ilan On Fri, Aug 7, 2015 at 6:42 PM, Lukas Tribus luky...@hotmail.com wrote: Hi Baptiste, Thank you very much for the response.That was quick. I tired enabling but got following error, Looks

RE: REg: Connection field in HTTP header is set to close while sending to backend server

2015-08-07 Thread Lukas Tribus
Hi Baptiste, Thank you very much for the response.That was quick. I tired enabling but got following error,  Looks like you're on haproxy 1.4. In your current configuration you are now using tunnel-mode. If this is a new deployment, I would recommend upgrading to haproxy 1.5. Regards,

getting transparent proxy to work.

2015-08-07 Thread Rich Vigorito
Hello, this is my first time using the mailing list. I have the following issue. Followed steps to enable transparent proxy outlined here: Howto transparent proxying and binding with HAProxy and ALOHA Load-Balancer | HAProxy Technologies - Aloha Load

REg: Connection field in HTTP header is set to close while sending to backend server

2015-08-07 Thread ilan
Hi Support, I configured haproxy to forward request to backend server. I did packet capture between browser and haproxy and noticed that connection field in HTTP header is set to keep-alive. Then I did packet capture between haproxy and backend server, I noticed that connection field in HTTP

appending characters to a custom field without intervening spaces

2015-08-07 Thread Jose Nunez
Hi, I need to express something similar to this: http-request set-header X-REQUEST-START t=%[Ts]%[ms]000 (to append three 0s at the end of the timestamp with milliseconds). I have tried with other ways to append the three 0s at the end: http-request set-header X-REQUEST-START

L’actualité hebdomadaire par RFI - Mexique: le tout puissant cartel de Sinaloa du...

2015-08-07 Thread RFI L'HEBDO
L’actualité hebdomadaire par RFI - 07/08/2015 Visualisez cet email dans votre navigateur http://rfi.nlfrancemm.com/HM?b=Ix9DssXnb1EtDHc3SnKNbgA_zU9u268Lfc9O4pP0vcWvfPRKmD0JKrDv_v-ON83gc=gOZ-v0LbJwQEBvfq6GEnqQ Mexique: le tout puissant cartel de Sinaloa du «Chapo» Guzman La fuite

Re: REg: Connection field in HTTP header is set to close while sending to backend server

2015-08-07 Thread ilan
Hi Baptiste, Thank you very much for the response.That was quick. I tired enabling but got following error, [ALERT] 218/182924 (17467) : parsing [/etc/haproxy/haproxy.cfg:13] : unknown option 'http-keep-alive'. [ALERT] 218/182924 (17467) : parsing [/etc/haproxy/haproxy.cfg:14] : unknown option

Re: REg: Connection field in HTTP header is set to close while sending to backend server

2015-08-07 Thread Baptiste
On Fri, Aug 7, 2015 at 1:25 PM, ilan ilan@gmail.com wrote: Hi Support, I configured haproxy to forward request to backend server. I did packet capture between browser and haproxy and noticed that connection field in HTTP header is set to keep-alive. Then I did packet capture between

Re: HTTP CONNECT request returns 4XX

2015-08-07 Thread prabu shyam
Hi Willy, Is there a way we can accomplish this with the http-request lua hook on haproxy?  For example, on the process_connect lua function: - Process the HTTP CONNECT method and extract the target server+port- Establish a secure socket connection with the target server+port- Reply the client