door-hanger "verified by" information doesn't always get changed when the server certificate changes
Categories
(Firefox :: Security, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: support, Assigned: manuel)
References
Details
Attachments
(2 files)
|
303.89 KB,
image/png
|
Details | |
|
Bug 1452899 - Update the certificate security info on changed certificate in url bar lock icon r=pbz
48 bytes,
text/x-phabricator-request
|
Details | Review |
Comment 1•8 years ago
|
||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Updated•3 years ago
|
Comment 6•1 year ago
|
||
I have accidentally filled a dupe for this with alternative STRs and some insights: bug 1903240. (I wonder how I could have missed this report.)
So this is changing your server certificate and then reloading the page while the doorhanger is still open?
Not doorhanger, but the page in concrete tab. It may be the once rendered doorhanger is just not re-rendered with new data, unless some other tab renders another doorganger (at least symptoms indicate it might be something like this).
I on the other hand, got mad, because i thought my cert change did not work and debugged my webserver for a mistake, that wasn't his fault
This is basically my case as well, just been messing with "MITM" (Fiddler) proxy and got pretty scared when Fx kept telling me that reloaded page still uses fake "DO_NOT_TRUST" authority, even after returning back to normal connection.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 8•1 year ago
|
||
The alternative approach would be to also check whether the cert changed
using gBrowser.securityUI.secInfo.serverCert. However, caching the
security information doesn't seem worth the effort here, because it only
applies when the url is exactly the same (uri.spec). And checking
whether the cert is exactly the same looks more expensive to do each
time vs the slim benefit of rarly not needing to update the UI.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 10•1 year ago
|
||
| bugherder | ||
Description
•