Fix cert validation
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
cefbb400c3
commit
02df22e6c2
1 changed files with 3 additions and 3 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue