Closed Bug 622776 Opened 14 years ago Closed 14 years ago

MetaWebPro font should be served over SSL when requested

Categories

(www.mozilla.org :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: clouserw, Unassigned)

Details

Right now the font is being served over plain text no matter what and is breaking our SSL if you go to https://www.mozilla.org/.  The URL it's requesting supports SSL, it just needs to ask for it.
The template actually tries to request the fonts via HTTPS if the page is using HTTPS by checking $_SERVER['HTTPS']. This doesn't appear to be set, though. I suspect this is due to the load-balancing setup, or some other server configuration issue.

Wil, can you advise on who might be best to investigate this? It's hard to debug without knowing more about the internal mozilla hosting infrastructure.
> Wil, can you advise on who might be best to investigate this? It's hard to
> debug without knowing more about the internal mozilla hosting infrastructure.

That's true, it's often not set by default.  Jeremy can either fix it or tell us who to talk to - I'm not sure if m.o is behind zeus or the NS.
If this can't just be a relative url, I think you can use '//www.mozilla.com/img/fonts/MetaWebPro-Bold.woff' and firefox will determine http vs. https for you.
(In reply to comment #3)
> If this can't just be a relative url, I think you can use
> '//www.mozilla.com/img/fonts/MetaWebPro-Bold.woff' and firefox will determine
> http vs. https for you.

So you can! Done in r80271. Thanks.
Status: NEW → RESOLVED
Closed: 14 years ago
Keywords: qawanted
Resolution: --- → FIXED
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.