Re: [CentOS] haproxy ssl

2011-10-20 Thread Pasi Kärkkäinen
On Tue, Oct 18, 2011 at 08:34:13AM -0400, Brian Mathis wrote: > > You cannot use haproxy with SSL. You need to terminate the SSL > connection before reaching haproxy, such as (already mentioned) using > apache as a front end proxy. > apache.. or stunnel, or stux, or nginx, or .. -- Pasi

Re: [CentOS] haproxy ssl

2011-10-18 Thread Brian Mathis
On Mon, Oct 17, 2011 at 10:52 PM, Tim Dunphy wrote: > hello list, > >  I am attempting to load balance SSL web servers using haproxy on centos 5.7. > >  I am using HA-Proxy version 1.4.18 > >  Here is the stanza in the config regarding SSL: > >   listen https 192.168.1.200:443 >        mode tcp >

Re: [CentOS] haproxy ssl

2011-10-18 Thread Craig White
On Tue, 2011-10-18 at 02:52 +, Tim Dunphy wrote: > hello list, > > I am attempting to load balance SSL web servers using haproxy on centos 5.7. > > I am using HA-Proxy version 1.4.18 > > > Here is the stanza in the config regarding SSL: > >listen https 192.168.1.200:443 >

Re: [CentOS] haproxy ssl

2011-10-18 Thread John Doe
From: Tim Dunphy > I am attempting to load balance SSL web servers using haproxy on centos 5.7. > I am using HA-Proxy version 1.4.18 Never used haproxy but maybe you want 'option ssl-hello-chk'... But search for "Since haproxy does not handle SSL" in their architecture (although old) doc... An

[CentOS] haproxy ssl

2011-10-17 Thread Tim Dunphy
hello list, I am attempting to load balance SSL web servers using haproxy on centos 5.7. I am using HA-Proxy version 1.4.18 Here is the stanza in the config regarding SSL: listen https 192.168.1.200:443 mode tcp balance roundrobin option forwardfor except 192.16