Closed
Bug 1032971
Opened 10 years ago
Closed 10 years ago
Redirect all non-SSL traffic on www.mozilla.org to SSL
Categories
(Infrastructure & Operations Graveyard :: WebOps: Product Delivery, task)
Infrastructure & Operations Graveyard
WebOps: Product Delivery
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pmac, Assigned: gozer)
References
()
Details
(Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/474] )
I can accomplish this in the apache config we control in the bedrock repo, but I thought that perhaps the better way would be to do this at the Zeus level. So please do this in Zeus for www.mozilla.org (prod-only) if that's best; otherwise WONTFIX this and I'll do it in apache via:
https://wiki.apache.org/httpd/RewriteHTTPToHTTPS
Comment 1•10 years ago
|
||
Yeah, would prefer to do this in Zeus because then we can eliminate the Zeus and Apache config stuff for port 80 altogether, and just use a simpler redirect rule in Zeus rather than a normal vhost with a pool, compression, logging, etc.
Assignee | ||
Comment 2•10 years ago
|
||
(In reply to Paul McLanahan [:pmac] from comment #0)
> I can accomplish this in the apache config we control in the bedrock repo,
> but I thought that perhaps the better way would be to do this at the Zeus
> level. So please do this in Zeus for www.mozilla.org (prod-only)
Just curious why limit this to production-only? It makes a special case out of production.
Reporter | ||
Comment 3•10 years ago
|
||
Because dev and stage are already https only. Though you do bring up a good point in that I don't know if the same mechanism is doing the https redirecting on the other environments.
:cturra (or whoever does this) can you also make sure that the other mozilla.org environments (www-dev.allizom, www.allizom, and the demos) are also setup in this way?
Thanks :gozer.
Assignee | ||
Comment 4•10 years ago
|
||
:pmac, does this require some coordination? Or can I just make it so in Zeus whenever I want?
Since this is www.mozilla.org, I imagine the possible impact could be large.
Reporter | ||
Comment 5•10 years ago
|
||
I would like to be around to check things out when you do it. So yeah, let me know the plan and we can maybe hang out in #www when it happens.
Assignee | ||
Comment 6•10 years ago
|
||
(In reply to Paul McLanahan [:pmac] from comment #5)
> I would like to be around to check things out when you do it. So yeah, let
> me know the plan and we can maybe hang out in #www when it happens.
Allright, sounds like a plan, and to mirror how it's done in stage, it's just a little Zeus rule, easy to flip on/off.
Assignee | ||
Comment 7•10 years ago
|
||
HTTPS Redirect in place as of now both in PHX1 and SCL3
Assignee | ||
Comment 8•10 years ago
|
||
I'll keep the bedrock backends around for 2-3 days before removing that part of the backend infra.
Status: NEW → ASSIGNED
Assignee | ||
Comment 9•10 years ago
|
||
Zeus cleaned up and removed port 80 virtualhosts.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•8 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
•