Closed
Bug 183371
Opened 22 years ago
Closed 17 years ago
PSM should give better error messages on cert verification failures
Categories
(Core Graveyard :: Security: UI, defect, P1)
Tracking
(Not tracked)
mozilla1.9alpha1
People
(Reporter: KaiE, Assigned: KaiE)
References
Details
(Whiteboard: [kerh-coa])
As of today, PSM only maps a limited subset of error codes, returned from
CERT_VerifyCertNow, into helpful error messages shown to the user. For several
errors, it displays a standard message saying "failed for unknown reasons". This
makes remote analysis of user problems difficult.
PSM should do better. While building a list of all possible error codes and
error strings looks like a lot of work, we should implement the simple strategy
that is also used when showing error messages for SSL communication failures.
At the very least, we should enhance the "failed for unknwon reasons" error
message to also display the numerical error code returned from NSS.
Assignee | ||
Updated•19 years ago
|
Whiteboard: [kerh-coa]
Updated•19 years ago
|
Priority: -- → P1
Target Milestone: --- → mozilla1.9alpha
Updated•18 years ago
|
QA Contact: junruh → ui
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•