Closed
Bug 1588195
Opened 5 years ago
Closed 4 years ago
Redirect TC UI from http to https
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Unassigned)
Details
I somehow ended up at http://community-tc.services.mozilla.com/ and .. it loads the page!
Comment 1•5 years ago
|
||
Right now we don't have a way to do this. Traffic goes straight from GCLB to taskcluster services, and GCLB can't do this itself (see https://issuetracker.google.com/issues/35904733)
We can do this as part of the nginx config for 1562915
If you want to prevent insecure requests from ever working, you could add an option to taskcluster to have it refuse requests when X-Forwarded-Proto is http.
Reporter | ||
Comment 2•5 years ago
|
||
I'll do that for services and web-server. The UI will still load (it's nginx and I don't know how to configure nginx to fail in that case), but that's OK, no secrets there.
Component: Operations: Taskcluster → Services
Product: Cloud Services → Taskcluster
Reporter | ||
Comment 3•4 years ago
|
||
This redirects now, somehow.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•