#1915 503 error page for https://fedoraproject.org/wiki/ contains non https style sheets
Closed: Fixed None Opened 14 years ago by till.

Currently the wiki is down and when I open https://fedoraproject.org/wiki/ a 503 error page, that uses these stylesheets is openend:

http://fedoraproject.org/static/css/fedora.css
http://fedoraproject.org/static/css/print.css

Instead the URLs should be converted to use https or the links should be made without the hostname and protocoll, i.e.:
<link rel="stylesheet" type="text/css" media="all" href="/static/css/fedora.css">
<link rel="stylesheet" type="text/css" media="print" href="/static/css/print.css">

Also the links in the navigation are http instead of https, e.g. for get-fedora or the links to the wiki.


This should be fixed now. DNS servers were down, we've contacted the people that run our forwarders (we're not allowed to run our own). I know it's working now but I don't know what caused it or if it will happen again. I'll be sending an outage notification out when we hear the final word.

Replying to [comment:1 mmcgrath]:

This should be fixed now. DNS servers were down, we've contacted the people that run our forwarders (we're not allowed to run our own). I know it's working now but I don't know what caused it or if it will happen again. I'll be sending an outage notification out when we hear the final word.

There is a misunderstanding. This bug is not about the outage, but about the error page that is displayed when there is an outage.

serves me right for not fully reading the description and just assuming it was about the outage, assigning to the websites team.

Sorry for the delay, this should be fixed after the next puppet run.

Login to comment on this ticket.

Metadata