Closed
Bug 1195802
Opened 10 years ago
Closed 10 years ago
Telemetry data access needs to support HTTPS and turn off HTTP
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rbarnes, Assigned: rvitillo)
Details
Mozilla should not be offering services over non-secure HTTP. The Unified telemetry access system is broken over HTTPS. For example, the histograms dashboard fails:
https://telemetry.mozilla.org/new-pipeline/dist.html
It appears that the crux of the problem is the lack of HTTPS support on aggregates.telemetry.mozilla.org. But once that is fixed, we should turn on http->https redirects and HSTS on telemetry.mozilla.org, as we have on pretty much all other Mozilla properties.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rvitillo
Comment 1•10 years ago
|
||
Please comment on https://github.com/mozilla/telemetry-dashboard/pull/125 when this is fixed
Assignee | ||
Comment 2•10 years ago
|
||
As mentioned on IRC I don't have the rights to view the available certificates on the moz-svc-dev IAM.
Flags: needinfo?(whd)
Comment 3•10 years ago
|
||
We currently have a certificate that only supports the following names:
DNS Name: telemetry.mozilla.org
DNS Name: incoming.telemetry.mozilla.org
DNS Name: telemetry-dash.mozilla.org
DNS Name: fxos.telemetry.mozilla.org
DNS Name: analysis.telemetry.mozilla.org
So this requires a new cert to be generated.
Depends on: 1193832
Flags: needinfo?(whd)
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Richard Barnes [:rbarnes] from comment #0)
> It appears that the crux of the problem is the lack of HTTPS support on
> aggregates.telemetry.mozilla.org. But once that is fixed, we should turn on
> http->https redirects and HSTS on telemetry.mozilla.org, as we have on
> pretty much all other Mozilla properties.
aggregates.telemetry.mozilla.org supports now https. The telemetry.mozilla.org site is hosted on S3 and delivered by CloudFront. Benson, could you please redirect http to https?
Flags: needinfo?(bwong)
Comment 5•10 years ago
|
||
http://telemetry.mozilla.org now redirects to https://telemetry.mozilla.org.
Flags: needinfo?(bwong)
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•