Closed
Bug 802554
Opened 13 years ago
Closed 9 years ago
Error messages contain "issuer certificate" instead of "certificate issuer"
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
INVALID
People
(Reporter: scoobidiver, Unassigned)
References
Details
Many error messages about issuer issues contain "issuer certificate" in the string instead of "certificate issuer":
certErrorTrust_UnknownIssuer=The certificate is not trusted because the issuer certificate is unknown.
certErrorTrust_Issuer=The certificate is not trusted because the issuer certificate is not trusted.
certErrorTrust_ExpiredIssuer=The certificate is not trusted because the issuer certificate has expired.
The only string that seems right (is it?) is:
SEC_ERROR_CA_CERT_INVALID=Issuer certificate is invalid.
![]() |
||
Comment 1•9 years ago
|
||
Thanks for filing the bug.
AFAICT, all occurrences of "issuer certificate" in PSM are in fact correct, since in those contexts we really are talking about the *cert* of the issuer, and not the issuer in general.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•