Re: Haproxy config to send traffic to multiple elbs

2016-05-02 Thread Igor Cicimov
On 3 May 2016 4:50 am, "Ellison Marks" wrote: > > So, here's a potentially odd setup. We're trying to set haproxy to proxy to two separate auto-scaled groups of aws servers. The easiest way we can think of to do this is to have haproxy send traffic to two elbs, which will then balance across their

Haproxy config to send traffic to multiple elbs

2016-05-02 Thread Ellison Marks
So, here's a potentially odd setup. We're trying to set haproxy to proxy to two separate auto-scaled groups of aws servers. The easiest way we can think of to do this is to have haproxy send traffic to two elbs, which will then balance across their respective server groups. The problem we're ru

Server Name Indication in Proxy Protocol line

2016-05-02 Thread Erik Seres
Hello, I am looking to define and add a new TLV to the Proxy Protocol line to pass the intended server name (RFC3546 3.1.) to the backend servers. I would like to implement this functionality and “register” a new “PP2_TYPE_SNI” for it. Is there any work currently being done to add this function