之前可以顺利登陆, 今天输入密码后出现错误信息 请问怎么解决。 谢谢
An authentication error has occurred.
The function requested is not supported
Remote computer:xxx.xxx.xx
This could be due to CredSSP encryption oracle remediation
For more information, see https://go.microsoft.com/fwlink/?linkid=866660
解决:
参考文档:https://support.microsoft.com/zh-cn/help/4093492/credssp-updates-for-cve-2018-0886-march-13-2018
应该是服务器端没有安装CredSSP的补丁。
解决办法是 通过其他未打补丁的客户端远程登录服务器端,然后给服务器端安装补丁
补丁下载地址:https://www.catalog.update.microsoft.com/Search.aspx?q=KB4103718
(2018-05 适用于基于 x64 的系统的 Windows Server 2008 R2 月度安全质量汇总(KB4103718))
补充:
PS:如果没办法给服务器端安装补丁,作为临时解决方案,可以在客户端进行如下操作:
gpedit.msc
策略路径:“计算机配置”->“管理模板”->“系统”->“凭据分配”
设置名称: 加密 Oracle 修正
双击该设置,弹出窗口选择已启用,防护级别改为“易受攻击”,应用并保存。
重启机器使设置生效。