Hacker News new | ask | show | jobs
by jedberg 749 days ago
> If someone is in your path they can just fake listen to 80 and intercept, then forward your call to 443.

They can do that whether or not you are listening on port 80 though.

1 comments

That was OPs point. Not listening on port 80 won't help against an active MitM.
But listening on port 80 and revoking the key also won’t help either as the active MitM would have been smart enough to internally proxy to port 443 or return some other fake response.

The real point is to break the application during development before the first MitM. Either approach does that equally well.