Re: tcp-check with persistent session cookie ?

2015-11-06 Thread Igor Cicimov
On 07/11/2015 8:01 AM, "Sébastien ROHAUT" wrote: > > Hi, > > We encountered a big problem this afternoon, which crashed for a while one of our websites, a java (tomcat+lift) application. We are using Haproxy 1.5. > > For our backend, we're doing something like

[SPAM] Flipkart | Happy Diwali Sale + Extra Rs3000 Off + Shipping Across India.

2015-11-06 Thread Diwali Sale
Title: ::Flipkart:: If you're having trouble viewing this email, please

Re: tcp-check with persistent session cookie ?

2015-11-06 Thread Bryan Talbot
On Fri, Nov 6, 2015 at 1:00 PM, Sébastien ROHAUT < sebastien.rohaut@gmail.com> wrote: > Hi, > > > Is it possible to get and store the JSESSIONID cookie returned by the > tcp-check expect (or something like this), and send it with the tcp-check > send, to reuse the same session ? > > Is there

[SPAM] 0 euro d'impot pendant 9 ans, des-maintenant

2015-11-06 Thread Devenez proprietaire investisseur
http://lb.alsomatia.com/r/?id=t2fc607ed,21ad591,21ad5d4=haproxy@formilux.org=haproxy@formilux.org Signaler comme indésirable Pour visualiser ce message au format html, cliquez ici :

Client Authentication using HAProxy

2015-11-06 Thread Lavanya Kumar Pulikollu
Hi, I need your help in resolving the below query. In our project, we are using HAProxy for load balancing the logs from multiple clients. These logs would come from various endpoints, over HTTP. We have a requirement to authenticate each of these clients before processing them. We are

Haproxy 1.6 Ldap frontend/backend Segfault

2015-11-06 Thread Marc
Hi I am testing out the new 1.6 Haproxy and everything works great except when I try to use it for balancing LDAP traffic in mode tcp. It seems to segfault after doing an initial connection. Below is the information, please let me know if I can get you any other information. Thanks! Some System

MINOR: Makefile deviceatlas

2015-11-06 Thread David Carlier
Hello, here a tiny change, the USE_PCRE can be easily get forgotten and the user might not necessarly understand the further linkage problem. Not urgent though, just faced one time the problem, would be nice to find it for 1.6.3 otherwise it is ok. Please cc ttr...@deviceatlas.com for any

RE: Haproxy 1.6 Ldap frontend/backend Segfault

2015-11-06 Thread Lukas Tribus
> Hi > > I am testing out the new 1.6 Haproxy and everything works great except > when I try to use it for balancing LDAP traffic in mode tcp. It seems > to segfault after doing an initial connection. Below is the > information, please let me know if I can get you any other information. >

Re: MINOR: Makefile deviceatlas

2015-11-06 Thread Baptiste
On Fri, Nov 6, 2015 at 4:18 PM, David Carlier wrote: > Hello, > > here a tiny change, the USE_PCRE can be easily get forgotten and the user > might not necessarly understand the further linkage problem. > > Not urgent though, just faced one time the problem, would be nice

Re: MINOR: Makefile deviceatlas

2015-11-06 Thread David Carlier
Ah true :-) On 6 November 2015 at 15:50, Baptiste wrote: > On Fri, Nov 6, 2015 at 4:18 PM, David Carlier > wrote: > > Hello, > > > > here a tiny change, the USE_PCRE can be easily get forgotten and the user > > might not necessarly understand the

Re: Haproxy 1.6 Ldap frontend/backend Segfault

2015-11-06 Thread Marc
Thank you! Upgrading to 1.6.2 seems to have fixed the issue. Regards, Marc  Lukas Tribus , 11/6/2015 10:25 AM: > Hi > > I am testing out the new 1.6 Haproxy and everything works great except > when I try to use it for balancing LDAP traffic in mode tcp. It seems > to

[SPAM] Un cambriolage toutes les 90 secondes

2015-11-06 Thread Securitas Direct
http://lb.le-meilleur-ecommerce.com/r/?id=t3005bd2b,21c3bee,21c3ca1=haproxy@formilux.org=haproxy@formilux.org Signaler comme indésirable Pour visualiser ce message au format

[SPAM] Moss is a neutral nation of Lodoss, home of Prince Jester and the wyvern riders.

2015-11-06 Thread Christine Frachette
McElroy of Oak Grove, OH. Amazon, based on 72 customer reviews. Voters and politicians are polls apart People once died to be able to vote. His next films were all action movies where he played the main character.Broadway 1968 play and 1970 film. Interviewees include German soldiers and

tcp-check with persistent session cookie ?

2015-11-06 Thread Sébastien ROHAUT
Hi, We encountered a big problem this afternoon, which crashed for a while one of our websites, a java (tomcat+lift) application. We are using Haproxy 1.5. For our backend, we're doing something like this, using tcp-check because we need to check status AND a string, which is not possible with

HAProxy with multiple CRL's

2015-11-06 Thread Harvan, Michael P
Hi. I would like to configure HAProxy to allow multiple CRL's. First, for testing I created my own CA. I created a server cert and signed it. I created a client cert and signed it. I created a CRL. I setup HAProxy like: bind *:443 ssl crt server.crt ca-file my_ca.crt crl-file my_ca.crl That