Re: http work witouth backend, why?

2011-11-23 Thread Baptiste
It's normal. Either you configure a listen proxy or a set of 2 proxies: a frontend and a backend. So in your case, configuration should look like: > frontend proxy-https *:443 >        mode tcp >        option ssl-hello-chk >        balance roundrobin >        default_backend back-https > backend

http work witouth backend, why?

2011-11-23 Thread Ricardo F
Hello, I'm trying to confiugre haproxy with https. I have a problem when I use backend, but, when I dont' use backend, it works, it's extrange. Working conf: listen proxy-https *:443 mode tcp # option ssl-hello-chk balance roundrobin option httpchk GET /test.txt http