在运行Server 2008R2的Windows2008R2 SP1 Server上,每60秒将收到以下两个错误:
第一:
Log Name: System
Source: Schannel
Date: 5/25/2016 9:23:02 AM
Event ID: 36888
Task Category: None
Level: Error
Keywords:
User: SYSTEM
Computer: sql1.contoso.com
Description:
The following fatal alert was generated: 43. The internal error state is 552.第二:
Log Name: System
Source: Schannel
Date: 5/25/2016 9:23:02 AM
Event ID: 36884
Task Category: None
Level: Error
Keywords:
User: SYSTEM
Computer: sql1.contoso.com
Description:
The certificate received from the remote server does not contain the expected name.
It is therefore not possible to determine whether we are connecting to the correct server.
The server name we were expecting is sql1.
The SSL connection request has failed. The attached data contains the server certificate.第二个错误描述中的服务器名称与计算机字段中的FQDN是同一个主机名。
从sql1.contoso.com到另一台计算机、从另一台计算机到sql1.contoso.com、从sql1.contoso.com到其自身的SSL连接失败吗?
如果涉及另一个服务器,如何确定哪个服务器是源服务器还是目标服务器?
对于找到问题的根源和解决办法的任何帮助都是非常感谢的。
发布于 2016-06-06 14:08:26
你试过这个吗?
https://support.microsoft.com/en-us/kb/2275950
它说:“.Windows2008Windows上有一个已知的漏洞,它可以使有效的证书被拒绝。”似乎符合你所发生的事,不是吗?
https://serverfault.com/questions/779016
复制相似问题