http://bugs.winehq.org/show_bug.cgi?id=58189
--- Comment #2 from Jeremy Newman jnewman@codeweavers.com --- This is not what I get. My Chrome console shows "Status Codes: 200 OK" not "302 Found". So I'm not sure how you are seeing what you are seeing. There are no http URLs in any of the redirects. However, if I issue a curl request to the Bugs website, I do see a 302 page.
I did change the CloudFlare SSL mode. It was set to automatic, to detect the best SSL mode. But, just to see if it makes any difference I switched it to "Full (Strict)". We use an origin SSL cert between CloudFlare and our origin. This is generated by CloudFlare. All communication between CF<->Bugs.WineHQ.org should be forced to SSL mode.
Behind the scenes Anubis is http between Apache and the HTTPs Proxy. It goes like this:
CloudFlare HTTPS (CDN) <-> Apache HTTPS (Origin Proxy) <-> Anubis HTTP (localhost only) <-> Apache HTTP (localhost only) <-> Bugzilla Perl Website
So if there is an issue, it may be something with how Anubis does things.