0

我在 azure 上创建了一个 VPN 网关,并且能够使用 Windows 10 连接到它。但是它在 Windows Server 2012 上不起作用。我收到了这个错误。

The connection was prevented because of a policy configured on your RAS/VPN server. Specifically, the authentication method used by the server to verify your username and password may not match the authentication method configured in your connection profile. Please contact the Administrator of the RAS server and notify them of this error. (Error 812)

在 Azure 中,身份验证类型是 Azure 证书。

我在网上尝试了一些解决方案,比如运行一些命令和应用一些 Windows 更新,但没有任何效果。

4

2 回答 2

1

就像提到的评论一样,Azure VPN 网关仅支持 TLS 1.2。要保持支持,请参阅更新以启用对 TLS1.2 的支持。以及更多详细信息:更新以启用 TLS 1.1 和 TLS 1.2 作为 Windows 中 WinHTTP 中的默认安全协议。

此外,IKEv2 VPN 不支持 Windows 10 之前的 Windows 操作系统版本,只能使用 SSTP 或 OpenVPN® 协议。在此处查看详细信息。

检查以上所有。如果您仍有任何问题,可以联系 MS Azure 支持检查 Azure 端是否有任何更新。

于 2019-04-29T06:36:28.280 回答
0

我决定将 openvpn 用作​​ Tunel 类型,并且它起作用了。谢谢你的帮助。

于 2019-04-29T17:20:54.693 回答