Closed
Bug 254684
Opened 22 years ago
Closed 22 years ago
Quick search redirects from https: to http:
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: neil, Assigned: myk)
References
()
Details
If you quick search then the search results are always insecure.
| Reporter | ||
Comment 1•22 years ago
|
||
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?
Comment 2•22 years ago
|
||
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
Updated•22 years ago
|
Assignee: hecker → myk
Component: CA Certificates → Bugzilla: Other b.m.o Issues
QA Contact: justdave
Comment 3•22 years ago
|
||
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
| Reporter | ||
Comment 4•22 years ago
|
||
OK, but is there a reason Bugzilla uses absolute URLs here?
Comment 6•22 years ago
|
||
baseurl for quicksearch is now "/" and it seems to work for me.
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → FIXED
Comment 8•22 years ago
|
||
Bah, I knew there was a reason it had an absolute URL.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 9•22 years ago
|
||
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).
Comment 10•22 years ago
|
||
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?
Comment 11•22 years ago
|
||
(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 ago → 22 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
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.
Description
•