Conflicting error messages on self-signed cert
Categories
(Core :: Security: PSM, defect)
Tracking
()
People
(Reporter: bfox200012, Unassigned)
Details
Attachments
(1 file)
|
102.52 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36 Edg/85.0.564.44
Steps to reproduce:
Visit https://melonds.kuribo64.net/comments.php?id=124, which uses an expired self-signed cert.
Actual results:
The visible error message displays:
Websites prove their identity via certificates, which are valid for a set time period. The certificate for melonds.kuribo64.net expired on 6/11/2019.
However, the error code correctly specifies:
Error code: MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT
Expected results:
Self-signed cert errors should take priority over expired cert errors, as users are much more likely to dismiss an expired cert warning than a self-signed cert error
| Reporter | ||
Comment 1•5 years ago
|
||
I should note, this priority issue also applies to websites that throw SEC_ERROR_UNKNOWN_ISSUER as illustrated with https://preact-cli.badssl.com. I wouldn't be surprised if the same priority issue occurs with expired certs with other issues.
Comment 2•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Updated•5 years ago
|
Description
•