|
|
|
|
|
by electroly
873 days ago
|
|
> HTTPS says, importantly, "You're getting the content from whom you think you're getting it from." You need certificate pinning to know this for sure, due to the existence of MITM HTTPS spoofing in things like corporate firewalls. HTTPS alone isn't enough; you have to confirm the certificate is the one you expected. (You can pin the CA cert rather than the leaf certificate if you want, if you trust the CA; that still prevents MITM spoofing.) |
|
An attacker would still need to either have attacked the domain in question, or be able to forge arbitrary trusted certificates.