我在 Windows Server 2008 R2 下拥有两个 RDS 虚拟服务器RDS01
,在 Windows Server 2012 R2 下RDS02
拥有一个 RDS/REMOTEAPP 虚拟服务器。APP01
RDS01
&RDS02
具有相同的配置RDS01
并RDS02
可以 pingAPP01
ping APP01.domain.local
好的
RDS01
并且可以通过 443 或 3389 端口RDS02
建立连接APP01
telnet APP01.domain.local 443
好的telnet APP01.domain.local 3389
好的
RDS01
APP01
可以通过 HTTPS/RDS 连接到https://APP01.domain.local/rdweb
好的mstsc
>APP01.domain.local
确定
RDS02
无法连接通过APP01
HTTPS/RDShttps://APP01.domain.local/rdweb
暂停mstsc
>APP01.domain.local
暂停
我怀疑存在安全层协商问题,但我不知道如何解决这个问题。
- 在 Internet Explorer 中,Internet 设置中启用了 TLS 1.0 / 1.1 / 1.2 协议。
- 在 MSTSC 应用程序中,将打开凭据提示,验证后,连接进度条无限运行并显示:保护远程连接
欢迎任何帮助
编辑1:关于这个问题的一篇有趣的文章:
https://blog.jonschneider.com/2016/08/fix-ssl-handshaking-error-in-windows.html