From ad2d0a4a4ef43bca4fa5c8f6cfdbd123650b909f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 10 Aug 2021 18:02:14 -0700 Subject: [PATCH] haproxy: Try dropping ssl here. Signed-off-by: Kevin Fenzi --- 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 220f2ed5c7..295b14185c 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -40,7 +40,7 @@ backend stats-backend {% if env != "production" %} frontend ocp-masters-kapi mode tcp - bind 0.0.0.0:6443 ssl crt /etc/haproxy/ocp4.pem + bind 0.0.0.0:6443 default_backend ocp-masters-backend-kapi backend ocp-masters-backend-kapi