@invoker wrote:
Hy sir, could someone help me please…
i want configure my server to hit https site using haproxy…
i already try so hard to raise my foal… but still fail…my server use http ==> haproxy ==> https://blabla.com
frontend localhost
bind *:80
bind *:443
option tcplog
mode tcp
default_backend nodesbackend nodes
mode tcp
balance roundrobin
option ssl-hello-chk
server web01 xxx.xxx.xxx.xxx:443 checkthis is my config… anyone please help me… thanks
Posts: 2
Participants: 2