Closed
Bug 81429
Opened 24 years ago
Closed 24 years ago
Default CA are not loaded when using RPMs
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
People
(Reporter: fred, Assigned: blizzard)
Details
Remove your ~/.mozilla.
When using official 0.9 RPMs (for RedHat 6 or RedHat 7), (with mozilla and
mozilla-psm installed), access Preferences/Securities/Manage Certifciates/CA
Certificates, there is no certificates in the list. Accessing any HTTPS site
popups a warning about unknown Certification Authority.
Using official Mozilla tarball, this problem doesn't appear..
There seems to be a problem when building PSM2 or NSS for RPM
| Assignee | ||
Comment 1•24 years ago
|
||
Interesting. It works in a tip build from a build that I did myself. I'm going
to generate a daily rpm and see if the problem is still there. The panels that
you are talking about weren't done in 0.9 and are still a work in progress iirc.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 2•24 years ago
|
||
The problem is not only in CA panels but builtins CA load :
when trying to access https sites, all certificates appears to be signed
by untrusted CA, since builtins CA has not been loaded. And that is
scary for end users..
For the record, I have the same problem with RPMs I generated for
Linux-Mandrake (our specfile is partially based on your specfile)
| Reporter | ||
Comment 3•24 years ago
|
||
I've found where the problem is :
In nsNSSComponent (line 266
:http://lxr.mozilla.org/mozilla/source/security/manager/ssl/src/nsNSSComponent.cpp#216)
, mozilla process dir (ie MOZILLA_FIVE_HOME dir) is used to load libnssckbi.so
But with Mozilla 0.9 rpms, libnssckbi.so is now located in /usr/lib instead of
/usr/lib/mozilla (ie MOZILLA_FIVE_HOME dir)
Bad workaround : symlinking /usr/lib/libnssckbi.so to /usr/lib/mozilla/libnssckbi.so
Good workaround : correct code but I'm not sure how to do it to be sure it works
when using both rpms and tarball
| Assignee | ||
Comment 4•24 years ago
|
||
Duplicate. This is fixed with recent rpms.
*** This bug has been marked as a duplicate of 79318 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•