TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Transport Layer Security Is Not a Substitute for Virtual Private Networks

3 点作者 PatrolX超过 4 年前

1 comment

SAI_Peregrinus超过 4 年前
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.