Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2345354
  • 博文数量: 208
  • 博客积分: 7288
  • 博客等级: 少将
  • 技术积分: 45837
  • 用 户 组: 普通用户
  • 注册时间: 2006-09-19 14:58
文章分类

全部博文(208)

文章存档

2017年(1)

2016年(1)

2015年(1)

2014年(31)

2013年(7)

2012年(34)

2011年(36)

2010年(24)

2009年(52)

2008年(3)

2007年(1)

2006年(17)

分类: WINDOWS

2014-09-09 10:34:17

windows 2012 操作系统下面报36888/36887。目前有4台Exchange2013 sp1服务器

报错的服务器为:两台cas 服务器,其它服务器都没有出错.所有操作系统版本都是:windows2012 (注:所有的系统都是全新的。)报以下错误ID都是36888\36887,很多。

生成了一个严重警告并将其发送到远程终结点。这会导致连接终止。TLS 协议所定义的严重错误代码是 10。Windows SChannel 错误状态是 1203。

从远程终点接收到一个严重警告。TLS 协议所定义的严重警告代码为 48。

 其实schannel的事件录入是分成4个等级的:

Logging options

The default value for Schannel event logging is 0×0000 in Windows NT Server 4.0, which means that no Schannel events are logged. In Windows 2000 Server and Windows XP Professional, this value is set to 0×0001, which means that error messages are logged. Additionally, you can log multiple events by specifying the hexadecimal value that equates to the logging options that you want. For example, to log error messages (0×0001) and warnings (0×0002), set the value to0×0003.

Value Description
0×0000 Do not log
0×0001 Log error messages
0×0002 Log warnings
0×0004 Log informational and   success events

参考链接:

How to enable Schannel event logging in IIS

您可以检查下HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel下的EventLogging,默认应该是1,我们可以通过如下步骤来把它设置成不记录任何错误事件。

  1. 定位到HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel
    • 注:因为以下操作关系到注册表,我们建议您先对注册表值做备份。
  2. 把Schannel下的EventLogging的值改成0。然后重启下电脑让所做的改变生效。
  3. 重启后我们应该就不会看到这写报错了。
阅读(17637) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~