问题描述:在windows server 2008 R2服务器上面安装scvmm 2008
R2,也配置了“自助服务”,域内客户端可以正常访问,也可以直接启动虚拟机,但域外客户端(windows 7
x64)启动虚拟机的时候,总是弹出一个对话框让输入相关账户和密码,我也按照格式输入相关的域帐户和密码,然后就弹出一个报错信息,点击“OK”也不能进入。
Remote Desktop connection
your remote desktop connection failed because the remote computer cannote be
authenticated
certificate errors
ths following errors were encountered while validating the remote computer's
certificate:
the certificate is not from a trusted certifying authority.
问题分析:根据错误信息,我们可以知道这个问题是由于客户端计算机无法验证服务器证书导致的。默认情况下,加入域的计算机会自动把证书导入到Trusted Root Certificate Authorityphysical store中,因此能够正常的连接。
解决方案:对于非加入域的计算机,我们需要手动完成这个步骤:
1.当您收到证书错误的警告时,您可以选择“View certificate…”的按钮。然后点击”Install Certificate”按钮。您将会进入证书导入向导,点击Next继续。
2.选择“Place all certificates in the following store”然后点击“Browse…”按钮
3.然后“Select Certificate Store”窗口会跳出。确认您选中“Show physical stores”。展开到Trusted Root Certificate Authorities\Local Computer文件夹然后点击OK。然后点击Next并完成向导。
4.您应该会被提示说“The import was successful”
5.尝试点击“Reconnect”再连接。