Hacker News new | ask | show | jobs
by Spivak 2084 days ago
Client <-> Evil Middlebox <-> Real Web Server

Client establishes a tcpcrypt session with what it thinks is Real Web Server but is actually Evil Middlebox replaying the request to the server and the response back to the client.

1 comments

Oh so A and B are describing the same scenario, okay.
Yeah, I'm not sure what the parent was getting at separating them out since from the clients perspective they're the same. I guess they mean that getting a tcpcrypt connection on your server isn't a guarantee that there isn't a middlebox either.
They were alternative ways to prevent a MITM, but they both have solutions solved by existing TLS.