Summary: | No special warning given when the https ssl certificate for a site changes | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Chris Morris <c.i.morris> |
Component: | kssl | Assignee: | Konqueror Developers <konq-bugs> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Chris Morris
2004-07-15 10:55:01 UTC
I don't think so. Certificates change regularly. No other browser warns, and I don't think we should either. On Mon, 1 Nov 2004, George Staikos wrote: > I don't think so. Certificates change regularly. Certificates may change regularly, but there are safe changes and there are dangerous changes. Only the dangerous changes need warnings. Where I say 'untrusted CA' this always applies equally to the 'no CA' case. 1) Change from a certificate signed by a trusted CA to another certificate signed by the same CA. Safe. 2) Change from a certificate signed by a trusted CA to a certificate signed by a different trusted CA. Safe. 3) Change from a certificate signed by a trusted CA to a certificate signed by an untrusted CA. Dangerous. 4) Change from a trusted certificate signed by an untrusted CA to another certificate signed by the same untrusted CA. Possibly dangerous. 5) Change from a trusted certificate signed by an untrusted CA to another certificate signed by an untrusted CA. Dangerous. 6) Change from an untrusted certificate to a certificate signed by a trusted CA. Safe 7) Change from an untrusted certificate to another untrusted certificate. Possibly dangerous. I would guess that the majority of *legitimate* certificate changes taking place are of types 1 and 2, for which no warning needs to be given. Say mybank.com has a certificate signed by Integrity Corporation, who I trust as a CA. Users don't need warning if it changes to a different certificate signed by Integrity Corporation, or a different certificate signed by another trusted CA. Users *do* need a big warning if the certificate changes to one signed by the untrusted Joe Cracker CA. > No other browser warns, and I don't think we should either. Then it's a bug in other browsers as well (and bugs have been filed on this issue for some of them). Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. |