Closed
Bug 795291
Opened 13 years ago
Closed 13 years ago
Localized plugincheck in http doesn't detect plugins
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task, P1)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: scoobidiver, Assigned: cturra)
References
Details
(Whiteboard: [service interrupt])
The localized versions of plugin check don't detect plugins:
http://www.mozilla.org/de/plugincheck/
http://www.mozilla.org/fr/plugincheck/
http://www.mozilla.org/es/plugincheck/
http://www.mozilla.org/it/plugincheck/
There is no problem in https.
Comment 1•13 years ago
|
||
ups confirmed, Laura, Schalk can you take a look at this. Maybe we just need a redirect from http to https for locales
Comment 2•13 years ago
|
||
Hey Carsten,
Well, accessing the de one for example via https definitely resolves the problem as far as I can tell.
Updated•13 years ago
|
Assignee: nobody → server-ops-webops
Component: plugins.mozilla.org → Server Operations: Web Operations
Product: Websites → mozilla.org
QA Contact: cshields
Version: unspecified → other
Comment 3•13 years ago
|
||
changed to web ops because of comment #2 if setting up the redirect to https is the best way to fix
Comment 5•13 years ago
|
||
assigning to cturra, also copying oremj as he probably has some tribal knowledge here.
Assignee: server-ops-webops → cturra
Severity: normal → critical
Priority: -- → P1
Whiteboard: [service interrupt]
Comment 6•13 years ago
|
||
Relevant: bug 796109. We're considering moving the entire site to force SSL. That naturally solves this problem, so if anyone has any insight as to the problem mentioned there, please comment in that bug so we can get it moving. :)
Assignee | ||
Comment 7•13 years ago
|
||
we've put the following redirect in place to ensure https is used for all plugincheck URLs:
RewriteCond %{ENV:HTTPS} !on
RewriteRule ^/.*/plugincheck/ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•