Re: haproxy used to redirect sql server with ssl

2018-10-31 Thread Marcos Gonzalez
Hi haproxy can connect how backend to sql server and you can use ssl to make this connection. I need to use haproxy to forward connection to AWS using MYSQL https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ConnectToInstance.html And my problem is how to pass the ssl certificate I nee

Re: haproxy used to redirect sql server with ssl

2018-10-29 Thread Igor Cicimov
On Tue, Oct 30, 2018 at 2:45 AM Marcos Gonzalez wrote: > > Hi list > > I'm using haproxy to redirect traffic directly to backend server. We are > looking how to load balance sql servers directly, and this works, but I don't > know how to add ssl support. > > I'm using this config setup and works

haproxy used to redirect sql server with ssl

2018-10-29 Thread Marcos Gonzalez
Hi list I'm using haproxy to redirect traffic directly to backend server. We are looking how to load balance sql servers directly, and this works, but I don't know how to add ssl support. I'm using this config setup and works fine listen mysql-cluster bind 0.0.0.0:3307 ssl crt /etc/ssl/certs/ce