This is not a client cert...

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-08-04 21:26:40 +00:00
parent ffd0a12fa4
commit 0a85ce47cf

View file

@ -328,7 +328,7 @@ listen fas3 0.0.0.0:10052
{% if env == "staging" %}
listen ipa 0.0.0.0:10053
balance hdr(appserver)
server ipa01 ipa01:443 check inter 10s rise 1 fall 2 ssl verify required crt /etc/haproxy/ipa.pem
server ipa01 ipa01:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem
option httpchk GET /KdcProxy/
{% endif %}