diff --git a/roles/proxy/templates/haproxy.cfg.j2 b/roles/proxy/templates/haproxy.cfg.j2 index 9df8b86..71be556 100644 --- a/roles/proxy/templates/haproxy.cfg.j2 +++ b/roles/proxy/templates/haproxy.cfg.j2 @@ -50,5 +50,5 @@ backend wrestlingdev redirect scheme https if !{ ssl_fc } balance roundrobin {% for web_server in webservers %} - server {{ web_server }} {{ web_server }}:443 check ssl verify none + server {{ web_server }} {{ web_server }}:443 check cookie {{ web_server }} ssl verify none {% endfor %}