Bug 89796 - Firefox 1.5 does not recognize common/built-in CAs - libnssckbi.so not found
Summary: Firefox 1.5 does not recognize common/built-in CAs - libnssckbi.so not found
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-01 15:10 UTC by Christoph Moench-Tegeder
Modified: 2005-12-02 05:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Moench-Tegeder freebsd_committer freebsd_triage 2005-12-01 15:10:02 UTC
Firefox (as cvsup'ed today) asks me to accept certificates issued by
the "well known"/"built-in" CAs as RSA DS and Verisign when
using SSL.
This seems to be related to the issue described in this thread
http://lists.freebsd.org/pipermail/freebsd-gnome/2005-August/011919.html
(libnssckbi.so is not searched for in /usr/local/lib/ where it resides
but in /usr/local/lib/netscape/ which does not exist).
Indeed ktrace/kdump shows
  25152 firefox-bin CALL  stat(0x8698ac0,0xbfbfa738)
  25152 firefox-bin NAMI  "/usr/X11R6/lib/firefox/libnssckbi.so"
  25152 firefox-bin RET   stat -1 errno 2 No such file or directory
  25152 firefox-bin CALL  stat(0x8698b40,0xbfbfa738)
  25152 firefox-bin NAMI  "/usr/local/lib/netscape/libnssckbi.so"
  25152 firefox-bin RET   stat -1 errno 2 No such file or directory
  25152 firefox-bin CALL  stat(0x8698b80,0xbfbfa738)
  25152 firefox-bin NAMI  "/usr/X11R6/lib/firefox/libnssckbi.so"
  25152 firefox-bin RET   stat -1 errno 2 No such file or directory
  25152 firefox-bin CALL  gettimeofday(0xbfbfa960,0)

Fix: 

Should work as described in
http://lists.freebsd.org/pipermail/freebsd-gnome/2005-August/011933.html
Comment 1 Simon Barner freebsd_committer freebsd_triage 2005-12-01 15:44:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainers.
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2005-12-02 05:31:08 UTC
State Changed
From-To: open->closed

Committed a fix, thanks for reported. Wait for CVSup mirror to catch up the 
changes.