Closed Bug 254684 Opened 22 years ago Closed 22 years ago

Quick search redirects from https: to http:

Categories

(bugzilla.mozilla.org :: General, defect)

defect
Not set
minor

Tracking

()

RESOLVED FIXED

People

(Reporter: neil, Assigned: myk)

References

()

Details

If you quick search then the search results are always insecure.
Or would it be better to send this bug to mozilla.org webtools to get them to change localconfig.js to read var bugzilla = "/"; or something?
Actually, I'm sure this will be marked a dupe of something on its arrival, but bmo is waiting for its certificates before changing urlbase.
Assignee: justdave → hecker
Component: Query/Bug List → CA Certificates
Product: Bugzilla → mozilla.org
QA Contact: mattyt-bugzilla
Version: 2.17.6 → other
Assignee: hecker → myk
Component: CA Certificates → Bugzilla: Other b.m.o Issues
QA Contact: justdave
Yeah, this will automatically happen when we switch everything over to point at https, which isn't happening until we have the real certs. *** This bug has been marked as a duplicate of 58300 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
OK, but is there a reason Bugzilla uses absolute URLs here?
no, there isn't...
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
baseurl for quicksearch is now "/" and it seems to work for me.
Status: REOPENED → RESOLVED
Closed: 22 years ago22 years ago
Resolution: --- → FIXED
Thanks!
Status: RESOLVED → VERIFIED
Bah, I knew there was a reason it had an absolute URL.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
There are external sites that link to that javascript file, and setting the urlbase to "/" broke those sites. I've changed it back to the http: url. It'll get changed to https: after the Thawte cert is in place (hopefully a couple days).
I don't want to get redirected from http to https in QuickSearch unless I'm redirected from http to https everywhere. Can you make https://bugzilla.mozilla.org/localconfig.js different from http://bugzilla.mozilla.org/localconfig.js?
(In reply to comment #10) > I don't want to get redirected from http to https in QuickSearch unless I'm > redirected from http to https everywhere. Can you make > https://bugzilla.mozilla.org/localconfig.js different from > http://bugzilla.mozilla.org/localconfig.js? Hmm, now that you mention it, yes, that's quite doable. Done. :) We now have a second copy of localconfig.js at localconfig-https.js. The SSL version of the virtual host for Bugzilla now has a rewrite rule that points references to localconfig.js at the https version. This little hack can go away once we're forcing everyone to https anyway.
Status: REOPENED → RESOLVED
Closed: 22 years ago22 years ago
Resolution: --- → FIXED
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in before you can comment on or make changes to this bug.