Hi,

When I checked all the host variables for repo containers, I see two entries for 'haproxy_ssl'  as shown below:

--
            "haproxy_port": 8181,
            "haproxy_service_enabled": true,
            "haproxy_service_name": "repo_all",
            "haproxy_ssl": false
        },
        "haproxy_ssl": true,
        "haproxy_ssl_all_vips": false,
        "haproxy_ssl_bind_options": "no-tlsv11 no-tlsv10 no-sslv3",
        "haproxy_stats_bind_address": "0.0.0.0",
--

So, does the haproxy frontend for repo service use ssl or not ? Why there are two entries here for the repo containers ?