Thank you, I'll try to modify it, because don't work for me too :)
Apr 18 15:39:21 localhost haproxy[32134]: 217.118.93.107:25372 [18/Apr/2013:15:39:21.100] ft_exchange~ ft_exchange/<NOSRV> 129/-1/-1/-1/+129 302 +101 - - PR-- 0/0/0/0/0 0/0"GET / HTTP/1.1"
By the way, are you use haproxy only for exchange? your backends use http? not https?
gmor Wrote:
-------------------------------------------------------
> Hi,
>
> bind 10.2.1.1:443 ssl crt /etc/ssl/crt.domain.com.pem ciphers
> TLSv1+SSLv3+HIGH:!aNULL:!eNULL
>
> backend bk_exchange_all
>
> # Define the Backend Servers
> server exchange01 10.1.1.1:80 check
> server exchange02 10.1.1.2:80 check
>