TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Transport Layer Security Is Not a Substitute for Virtual Private Networks

3 pointsby PatrolXover 4 years ago

1 comment

SAI_Peregrinusover 4 years ago
A lot of the confusion comes because there are two types of &quot;VPN&quot;. True VPNs, and public &quot;VPN&quot;s which are really just proxies.<p>The article ignores true VPNs. The purpose of a VPN is to allow extending a private (IP) network over the internet. This means that private-use IP address space can be shared over public-use internet links (or some other protocol, like NetBIOS or AppleTalk, though these are mostly unused by modern equipment). VPN tunnels are encrypted to provide privacy, so that communications between the endpoints can be kept secure even when using legacy unencrypted protocols.<p>Then there are public proxy &quot;VPN&quot;s. These use VPN software, but don&#x27;t provide a private network routing reserved IP space across the internet. They just provide an encrypted tunnel. These function as an overlaid ISP. They can be handy for evading region blocking, for providing some security from your physical ISP&#x27;s ability to snoop on traffic (at the expense of giving that ability to the proxy service), and potentially for helping provide some anonymity.<p>So for the first case (true VPNs) HTTPS isn&#x27;t a substitute, because HTTPS can&#x27;t affect the routing of anything since it&#x27;s at not operating on the internet layer. It operates at a higher level!<p>For the second case, proxy servers can shift trust away from your ISP and onto the service provider. With ESNI still in draft this can help close an information leak. But they&#x27;re far less important here than in the true VPN case, and once ESNI achieves broad adoption they&#x27;ll be even less of an improvement. Then their only real function will be for obscuring your location.