Closed
Bug 127491
Opened 23 years ago
Closed 23 years ago
every SSL connection brings Error -12215
Categories
(Core Graveyard :: Security: UI, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: Matti, Assigned: wtc)
Details
win2k build 20020224..
Any Https URL or pop3 with SSL is horked (you get a Error -12215)
| Reporter | ||
Updated•23 years ago
|
Keywords: regression,
smoketest
| Assignee | ||
Comment 1•23 years ago
|
||
This is most likely caused by the lack of header dependencies in
NSS. I just checked in some NSS changes on Fri., Feb. 22.
On Windows, try this:
% cd security\nss
% nmake /f makefile.win clean
% nmake /f makefile.win
Assignee: ssaux → wtc
| Assignee | ||
Comment 2•23 years ago
|
||
On Unix, the workaround is:
% cd security/manager
% gmake clean
% gmake
Status: NEW → ASSIGNED
| Reporter | ||
Comment 3•23 years ago
|
||
sorry for the wrong alert !
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Keywords: regression,
smoketest
Resolution: --- → WORKSFORME
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•