Closed
Bug 2025049
Opened 3 months ago
Closed 2 months ago
Felt Privacy error page does not detect clock skew for SEC_ERROR_EXPIRED_CERTIFICATE
Categories
(Firefox :: Security, defect, P2)
Firefox
Security
Tracking
()
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: jbrown, Assigned: jbrown)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The Felt Privacy error page (net-error-card.mjs) does not implement clock skew detection. The SEC_ERROR_EXPIRED_CERTIFICATE config in cert-errors.mjs sets checkClockSkew: true, but nothing reads this flag. Users with an incorrect system clock see a generic expired certificate error instead of the "Your Computer Clock is Wrong" messaging that the old error page provides.
| Assignee | ||
Comment 1•3 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → jbrown
Attachment #9555773 -
Attachment description: WIP: Bug 2025049 - Implement clock skew detection in Felt Privacy error page → Bug 2025049 - Implement clock skew detection in Felt Privacy error page - r=niklas
Status: NEW → ASSIGNED
Updated•2 months ago
|
Pushed by jbrown@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8ae2dfe2c7d7
https://hg.mozilla.org/integration/autoland/rev/18cf83c17fef
Implement clock skew detection in Felt Privacy error page - r=niklas,fluent-reviewers,bolsson
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c152/b151]
You need to log in
before you can comment on or make changes to this bug.
Description
•