Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须提供对 .net 网络服务的 VPN 访问。客户端应通过 VPN 访问服务。如果没有 VPN 访问,客户端将无法访问数据。请帮我。
VPN 是一种网络/基础设施层服务,必须由您的托管服务提供商/运营部门设置。它的主要优点是您在网络级别设置一次,然后您可以访问受保护网络的所有资源,而无需在每项服务上设置加密等。
对于一个 Web 服务,使用具有适当和强身份验证的 TLS (https) 会更容易且同样安全(例如,要求客户端使用证书进行身份验证)。