Hello Ilya, On Wed, Jan 19, 2011 at 03:16:54PM +0500, ???? ??????? wrote: > Dear Sirs, > > we are running haproxy for SSL balancing using tcp mode clusters. and > we are using http checks. > > actual config is: > > listen cluster.auth 0.0.0.0:443 > mode tcp > option tcpka > option httpchk GET /ping.ashx HTTP/1.0 > balance source > server front-1 x.y.z.t:443 check port 80 inter 5s downinter 3m > server front-2 x.y.z.t:443 check port 80 inter 5s downinter 3m > server front-3 x.y.z.t:443 check port 80 inter 5s downinter 3m > server front-4 x.y.z.t:443 check port 80 inter 5s downinter 3m > > > is it possible to use both httpchk and ssl-hello-chk ? > is it possible to perform http check over https ?
No, neither are possible, so it's still best to test over HTTP only. Cheers, Willy

