From 0a85ce47cfd0b3892d0d90a118d576a9ab918a9a Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 4 Aug 2016 21:26:40 +0000 Subject: [PATCH] This is not a client cert... Signed-off-by: Patrick Uiterwijk --- roles/haproxy/templates/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index a548717437..133f2f0f51 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -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 %}