With HTTPS First Mode enabled, https://sso.mozilla.com/dashboard shows "not redirecting properly"
Categories
(Core :: DOM: Security, task, P3)
Tracking
()
People
(Reporter: arthur, Assigned: t.yavor)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 file)
|
66.38 KB,
image/png
|
Details |
Reported by Julian:
Go to https://sso.mozilla.com/dashboard and it says "This website is not redirecting properly".
Updated•4 years ago
|
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
•
|
||
It is possible that the redirection fix of https://bugzilla.mozilla.org/show_bug.cgi?id=1706351 will fix that bug.
Sadly, I can't reproduce it.
Could someone please share the network traffic that the web console catches?
If the error that appears is NS_ERROR_REDIRECT_LOOP then it is probably solved by the fix of https://bugzilla.mozilla.org/show_bug.cgi?id=1706351.
The best way would be, if someone who can reproduce that bug could look in the upcoming days (after the landed redirection fix arrived in Nightly) if the bug still occurs, it would be a great help.
| Assignee | ||
Comment 2•4 years ago
|
||
This is https://github.com/mozilla-iam/sso-dashboard/issues/414
sso redirects via http not https when you hit the index:
~$ curl -I https://sso.mozilla.com/
...
location: http://sso.mozilla.com/dashboard
Comment 4•4 years ago
|
||
So, this is in fact working correctly as far as https-only/first goes, because the redirect chain is indeed https->http->https. Marking this as a task rather than a defect. We can re-evaluate this bug after Bug 1543424 is fixed.
Comment 5•4 years ago
|
||
The specific issue was addressed by fixing Bug 1543424. Closing as duplicate.
Description
•