Closed
Bug 1311165
Opened 9 years ago
Closed 8 years ago
"The callback URI uses an illegal protocol: http. Only http and https are allowed." during BMO auth delegation
Categories
(MozReview Graveyard :: Testing / Development Environment, defect)
MozReview Graveyard
Testing / Development Environment
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1312735
People
(Reporter: davidwalsh, Unassigned)
References
Details
Attachments
(1 file)
|
508.31 KB,
image/png
|
Details |
I tried reviewing glob's inline comment patch but received the following error after logging into Bugzilla:
The callback URI uses an illegal protocol: http. Only http and https are allowed.
I log into Bugzilla successfully but am not redirect back to MozReview.
| Reporter | ||
Comment 1•9 years ago
|
||
Screenshot of error.
the error message is misleading - bug 1310747 changed it so only https is allowed.
unfortunately we don't have https in our environment (bug 1291720).
options:
- pin to an older bmo version
- patch out this check in bmo
- ask for a bmo update to allow http connections to private addresses
- ask for a bmo update to add a param disable this check
- switch to https
dylan: thoughts? i'd prefer not to have to pin or patch bmo.
Flags: needinfo?(dylan)
See Also: → 1310747
Pushed by bjones@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/b48bb0a037aa
testing: pin BMO commit to work around environment bustage
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
i've pushed a temporary bmo pin until we can figure out the right way to address this.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Summary: Odd Error: "The callback URI uses an illegal protocol: http. Only http and https are allowed." → "The callback URI uses an illegal protocol: http. Only http and https are allowed." during BMO auth delegation
(In reply to Byron Jones ‹:glob› from comment #2)
> - ask for a bmo update to allow http connections to private addresses
fwiw this is my preferred fix (and might be useful to all bugzilla developers).
the ideal fix is switching our dev env to https, but that isn't a quick fix :(
Comment 6•9 years ago
|
||
(In reply to Byron Jones ‹:glob› from comment #5)
> (In reply to Byron Jones ‹:glob› from comment #2)
> > - ask for a bmo update to allow http connections to private addresses
>
> fwiw this is my preferred fix (and might be useful to all bugzilla
> developers).
> the ideal fix is switching our dev env to https, but that isn't a quick fix
> :(
Sorry for the bustage. That is fine, and we can rollback bug 1310747.
Flags: needinfo?(dylan)
Updated•8 years ago
|
Status: REOPENED → RESOLVED
Closed: 9 years ago → 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•