RE: AWS ELB as a backend

2017-07-24 Thread Norman Branitsky
<al-hapr...@none.at> Cc: haproxy@formilux.org Subject: Re: AWS ELB as a backend With the following change its working on Haproxy. backend mybackend server server1 internal-testinelbtomcat-193184.ap-southeast-1.elb.amazonaws.com:8080<http://internal-testinelbtomcat-193184.ap-so

Re: AWS ELB as a backend

2017-07-24 Thread DHAVAL JAISWAL
With the following change its working on Haproxy. backend mybackend server server1 internal-testinelbtomcat-193184.ap-southeast-1.elb.amazonaws.com:8080 However, when i tried following config its throwing following error on Haproxy 1.7 could not resolve address 'check' resolvers

Re: AWS ELB as a backend

2017-07-23 Thread Aleksandar Lazic
Hi DHAVAL JAISWAL, DHAVAL JAISWAL wrote on 21.07.2017: > I have used ELB (public) as a front of Haproxy and ELB (internal) as a > backend for the apps server. > > so structure is like as follows. Currently using Haproxy 1.7. > However, request is not going to the backend server. > > ELB ->>

Re: AWS ELB as a backend

2017-07-22 Thread Aleksandar Lazic
Title: Re: AWS ELB as a backend Hi DHAVAL JAISWAL, DHAVAL JAISWAL wrote on 21.07.2017: I have used ELB (public) as a front of Haproxy and ELB (internal) as a backend for the apps server. so structure is like as follows. Currently using Haproxy 1.7. However, request is not going

AWS ELB as a backend

2017-07-21 Thread DHAVAL JAISWAL
I have used ELB (public) as a front of Haproxy and ELB (internal) as a backend for the apps server. so structure is like as follows. Currently using Haproxy 1.7. However, request is not going to the backend server. ELB -> HAPROXY -> ELB -> APPS server. Following config in my haproxy. Let me

Re: AWS ELB with SSL backend adds proxy protocol inside SSL stream

2016-05-10 Thread Hector Rivas Gandara
Hello, On 10 May 2016 at 14:23, Jonathan Matthews wrote: > On 5 May 2016 at 12:11, Hector Rivas Gandara > wrote: >> * If not, is there a better way to 'chain' the config as I did above. > Take a look at the "abns@"

Re: AWS ELB with SSL backend adds proxy protocol inside SSL stream

2016-05-10 Thread Jonathan Matthews
Hello Hector - On 5 May 2016 at 12:11, Hector Rivas Gandara wrote: > * If not, is there a better way to 'chain' the config as I did above. I don't have any insight into the protocol layering problem you're having, I'm afraid, but if you do

Re: AWS ELB with SSL backend adds proxy protocol inside SSL stream

2016-05-09 Thread Hector Rivas Gandara
On 5 May 2016 at 23:27, Igor Cicimov wrote: > > > On 5 May 2016 10:39 pm, "Hector Rivas Gandara" > wrote: > > > https://jve.linuxwall.info/ressources/taf/haproxy-aws/ > > Thank you for your answer, but this

Re: AWS ELB with SSL backend adds proxy protocol inside SSL stream

2016-05-05 Thread Hector Rivas Gandara
Hi, > https://jve.linuxwall.info/ressources/taf/haproxy-aws/ Thank you for your answer, but this article describes a configuration where the ELB is setup in plain TCP mode (no SSL), so it does not do reencryption but passes the stream to

Re: AWS ELB with SSL backend adds proxy protocol inside SSL stream

2016-05-05 Thread Igor Cicimov
On 5 May 2016 9:16 pm, "Hector Rivas Gandara" < hector.rivas.gand...@digital.cabinet-office.gov.uk> wrote: > > Hello, > > we are trying to configure this architecture: > > * ELB terminating SSL, using preconfigured certificates. (this is a >requirement because so only restricted people has

AWS ELB with SSL backend adds proxy protocol inside SSL stream

2016-05-05 Thread Hector Rivas Gandara
Hello, we are trying to configure this architecture: * ELB terminating SSL, using preconfigured certificates. (this is a requirement because so only restricted people has access to the end user certs) * ELB connects to HAproxy backend using SSL (also requirement) * ELB sends proxy