From 02e7acf4874add2c2402f9922bd44149dadc962c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 5 Apr 2016 17:49:25 +0000 Subject: [PATCH] For osbs and docker, we have internal SSL as well as external Signed-off-by: Patrick Uiterwijk --- roles/haproxy/templates/haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 12fdc0c3be..c79626678d 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -298,13 +298,13 @@ listen zanata2fedmsg 0.0.0.0:10046 {% if env == "staging" %} listen osbs 0.0.0.0:10047 balance hdr(appserver) - server osbs-master01 osbs-master01:80 check inter 10s rise 1 fall 2 + server osbs-master01 osbs-master01:443 check inter 10s rise 1 fall 2 check ssl verify none {% endif %} {% if env == "staging" %} listen docker-registry 0.0.0.0:10048 balance hdr(appserver) - server docker-registry01 docker-registry01:80 check inter 10s rise 1 fall 2 + server docker-registry01 docker-registry01:443 check inter 10s rise 1 fall 2 check ssl verify none {% endif %} {% if env == "staging" %}