No httpS redirect inside /stats while redirection to www.haproxy.org

The issue I face is the current /stats page and its header. The header has a link to “www.haproxy.com”, but the HTML Code uses http not httpS …

What happens:
→ Once I click on it, the redirect is not redirected to httpS at the haproxy website.

You may fix this easily.


This is expected behavior, the website www.haproxy.org is primarily HTTP, not HTTPS.

Expected? A redirect is implemented in 5 minutes?

The intention is that this website is reachable over both HTTP and HTTPS.

It could be 5 seconds of implementation time, that doesn’t change the fact that this is intended.