diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index c6ffbcd9cb..8aab2534b1 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -435,10 +435,10 @@ listen os-master 0.0.0.0:10064 server os-master03 os-master02:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/os-master.pem option httpchk GET / -listen os-master 0.0.0.0:10065 +listen os-nodes 0.0.0.0:10065 balance hdr(appserver) - server os-node01 os-node01:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/os-master.pem - server os-node02 os-node02:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/os-master.pem + server os-node01 os-node01:443 check inter 10s rise 1 fall 2 ssl verify none + server os-node02 os-node02:443 check inter 10s rise 1 fall 2 ssl verify none option httpchk GET / {% endif %}