Re: Two questions about lua

2015-11-30 Thread joris dedieu
Thanks Thierry, for your answers. 2015-11-30 16:53 GMT+01:00 Thierry FOURNIER : > On Mon, 30 Nov 2015 08:37:00 +0100 > joris dedieu wrote: > >> Hi all, >> >> I started to drive into haproxy's lua interface. I produced a few code >> that

Multiproc balance

2015-11-30 Thread Stefan Johansson
Hello, I've started to switch to a multiproc setup for a high traffic site and I was pondering a potential stupid question; What is actually balancing the balancers so to speak? Is it Linux itself that balances the number of connections between the instances? I'm running in a vSphere/ESXi

Re: Two questions about lua

2015-11-30 Thread Thierry FOURNIER
On Mon, 30 Nov 2015 08:37:00 +0100 joris dedieu wrote: > Hi all, > > I started to drive into haproxy's lua interface. I produced a few code > that allows dnsbl lookup and it seems to work. > > First I have a C wrapper against the libc resolver.. > > #include >

RE: Configuring Load Balance HAProxy

2015-11-30 Thread Mauricio Cacho Gutiérrez
You were right, there were more HAProxy processes running in the server, that’s why it kept sending connections to the OLD_NAME_FRONTEND. I killed all the other processes and everything is working fine now. Thanks a lot. De: PiBa-NL [mailto:piba.nl@gmail.com] Enviado el: sábado, 28 de

Re: [SPAM] Re: Contribution for HAProxy: Peer Cipher based SSL CTX switching

2015-11-30 Thread Bryan Talbot
On Mon, Nov 30, 2015 at 3:32 PM, Olivier Doucet wrote: > Hello, > > I'm digging out this thread, because having multiple certificate for one > single domain (SNI) but with different key types (RSA/ECDSA) can really be > a great functionality. Is there some progress ? How can

[SPAM] Re: Contribution for HAProxy: Peer Cipher based SSL CTX switching

2015-11-30 Thread Olivier Doucet
Hello, I'm digging out this thread, because having multiple certificate for one single domain (SNI) but with different key types (RSA/ECDSA) can really be a great functionality. Is there some progress ? How can we help ? A subsidiary question is : how much ECDSA certificates are supported ? So

RE: HAProxy: Max. throughput using HTTPs client authentication

2015-11-30 Thread Hemanth Abbina
Hi, Sorry for minimal details. Will try to elaborate the situation. We are developing a central log repository in Cloud, for which we are using HAProxy ass log balancer and backend as Flume for further processing. We are expecting HTTPs traffic from multiple known clients and also we need to

[SPAM] The World's Smallest WiFi Camera

2015-11-30 Thread sales1607jmc
Dear Friend, Good day! The smallest WiFi camera , Smallest size for portalble and hidden ability, convenient and easy carry with battery supported ,why not have a try now? Features: 1. Beautiful design like a artcraft. 2. Smallest size for portalble and hidden ability. 3. Power and

Re: [SPAM] Re: Contribution for HAProxy: Peer Cipher based SSL CTX switching

2015-11-30 Thread Willy Tarreau
On Mon, Nov 30, 2015 at 04:20:15PM -0800, Bryan Talbot wrote: > On Mon, Nov 30, 2015 at 3:32 PM, Olivier Doucet wrote: > > > Hello, > > > > I'm digging out this thread, because having multiple certificate for one > > single domain (SNI) but with different key types

HAProxy: Max. throughput using HTTPs client authentication

2015-11-30 Thread Hemanth Abbina
Hi, We are validating HAProxy for our environment, as our primary load balancer to receive HTTPs traffic and also needs to verify clients. We are testing it on a 8 core 32 GB CentOS server. In HTTP mode, we could able to send up to 80 sessions/sec with a single HTTP client. The same setup when

Re: HAProxy: Max. throughput using HTTPs client authentication

2015-11-30 Thread Baptiste
On Mon, Nov 30, 2015 at 1:20 PM, Hemanth Abbina wrote: > Hi, > > We are validating HAProxy for our environment, as our primary load balancer > to receive HTTPs traffic and also needs to verify clients. We are testing it > on a 8 core 32 GB CentOS server. > > In HTTP

Re: Email checks in defaults section

2015-11-30 Thread Sylvain Faivre
On 11/01/2015 06:34 PM, Tommy Atkinson wrote: I want to enable email alerts for all my backends so I added the "email-alert" options to the defaults section and a mailers section at the top level. The documentation indicates this is supported but it doesn't seem to work. HAProxy connects to the