Hacker News new | ask | show | jobs
by woot01 3530 days ago
HTTPS does not protect you against sending data to a host owned by another company.
2 comments

Yes it does, the cert presented by api.othercompany.com would not pass validation when you're trying to open a connection to api.intendedcompany.com.
Correct, but they wouldn't be able to decrypt the data.
The data doesn't even get there, the handshake kills the connection before that.