This is not a client cert...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ffd0a12fa4
commit
0a85ce47cf
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ listen fas3 0.0.0.0:10052
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
listen ipa 0.0.0.0:10053
|
listen ipa 0.0.0.0:10053
|
||||||
balance hdr(appserver)
|
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/
|
option httpchk GET /KdcProxy/
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue