Closed
Bug 488856
Opened 16 years ago
Closed 16 years ago
Add-ons page uses *.mozilla.org in SSL cert for en-US.addons.mozilla.org and other pages
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.0b1
People
(Reporter: maxwellb, Assigned: mcsmurf)
References
Details
Attachments
(1 file)
(deleted),
patch
|
reed
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b4pre) Gecko/20090417 Shiretoko/3.5b4pre
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b4pre) Gecko/20090417 SeaMonkey/2.0b1pre
Mozilla seems to be invalidating wildcard certificates for fqdn's with more than one level of domain under the primary domain.
Reproducible: Always
Steps to Reproduce:
1. Go to Tools->Add-on Manager
2. click "Browse All Add-ons
3. Or, browse to "https://en-us.add-ons.mozilla.org"
Actual Results:
"Secure Connection Failed"
en-us.add-ons.mozilla.org:443 uses an invalid security certificate.
The certificate is only valid for *.mozilla.org
(Error code: ssl_error_bad_cert_domain)
Expected Results:
Mozilla add-ons site loads in browser.
Happens in browser and click.
hg identify: 8ef97925ead2 tip
In Shiretoko, happens in browse, but not in add-on manager link.
Assignee | ||
Comment 1•16 years ago
|
||
I'm a bit confused why the "Browser All Add-ons" link works fine in Firefox 3.5 beta build (this is what you meant with your last sentence?). Anyway, this is due to Bug 159483 being fixed.
Add-ons team: You need to change/fix your security certificates, see Bug 159483. I do not see a good summary of the changes in that bug, but the conclusion seems to be: * now no longer matches every character but every character except the dot.
Component: General → Public Pages
Product: SeaMonkey → addons.mozilla.org
QA Contact: general → web-ui
Summary: When in Tools->Add-on Manager, clicking "Browse All Add-ons" rejects valid wildcard certificate *.mozilla.org for addons.mozilla.org → Add-ons page uses *.mozilla.org in SSL cert for en-US.addons.mozilla.org and other pages
Comment 2•16 years ago
|
||
en-us.add-ons.mozilla.org shouldn't exist. If SeaMonkey is linking there, I'm pretty sure that's incorrect. Firefox uses en-us.add-ons.mozilla.com for in-product links.
Assignee | ||
Comment 3•16 years ago
|
||
Ok, that's SeaMonkey using the wrong URL then, sorry! Back to SeaMonkey...
Component: Public Pages → General
Product: addons.mozilla.org → SeaMonkey
QA Contact: web-ui → general
Version: unspecified → Trunk
Assignee | ||
Comment 4•16 years ago
|
||
Justin: Can you take a quick look at http://hg.mozilla.org/comm-central/annotate/e94d8f87ca4e/suite/browser/browser-prefs.js#l431 (line 431, anchors are currently broken in hg blame) if we should change the other Add-ons URLs there, too? It looks like we used to .org there as .com was/is MoCo specific stuff and worked at that time (Bug 414918 Comment 2).
Comment 5•16 years ago
|
||
This is what Firefox uses: http://mxr.mozilla.org/mozilla-central/source/browser/app/profile/firefox.js#73
Basically, all of the services.addons.mozilla.org are correct, but anything add-ons.mozilla should be .com.
Wil, reed, can you verify this?
It's also possible that SeaMonkey may not want to use mozilla.com URLs, in which case instead of add-ons.mozilla.com you could just use addons.mozilla.org. (It's ridiculously and unnecessarily complicated, yes)
Comment 6•16 years ago
|
||
Please just use https://addons.mozilla.org/ where you can... I'm trying my best to deprecate the use of <locale>.add-ons.mozilla.com.
Comment 7•16 years ago
|
||
In particular, see bug 398938, bug 454300, and bug 471834 for my work-in-progress. I got delayed by bug 471834, so I need to get with the AMO team to get that changed before I can fix bug 454300.
Assignee | ||
Comment 8•16 years ago
|
||
Assignee: nobody → bugzilla
Status: UNCONFIRMED → NEW
Ever confirmed: true
Attachment #373372 -
Flags: review?(kairo)
Comment 9•16 years ago
|
||
(In reply to comment #6)
> Please just use https://addons.mozilla.org/ where you can... I'm trying my best
> to deprecate the use of <locale>.add-ons.mozilla.com.
Yes, do this. It's easiest for everyone.
Reporter | ||
Comment 10•16 years ago
|
||
(In reply to comment #8)
> Created an attachment (id=373372) [details]
> Patch
Seems to fix the issue. Verified.
Comment 11•16 years ago
|
||
Comment on attachment 373372 [details] [diff] [review]
Patch
I'll defer this to reed. rs=me for using the URLs reed says work now and with the work he's doing.
Attachment #373372 -
Flags: review?(kairo) → review?(reed)
Comment 12•16 years ago
|
||
Comment on attachment 373372 [details] [diff] [review]
Patch
Yeah, this looks fine and works correctly per my testing. As an off-topic side note, I noticed that SeaMonkey has yet to port bug 449027 and bug 468526 over from Firefox. Can somebody get to those?
Attachment #373372 -
Flags: review?(reed) → review+
Assignee | ||
Comment 13•16 years ago
|
||
Pushed to comm-central, changeset 401f2924175c.
I'll file a bug for porting those two bugs.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 14•16 years ago
|
||
Filed&fixed Bug 489256 on the pref porting.
Target Milestone: --- → seamonkey2.0b1
You need to log in
before you can comment on or make changes to this bug.
Description
•