小编Jir*_*res的帖子

禁用 TLS 1.0 和 SSL 3.0 后,SQL 服务器服务不会启动

出于安全原因,我们在windows上禁用了TLS 1.0和旧协议,在以下注册表路径下只启用了TLS 1.1和TLS 1.2:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols 之后,SQL服务赢了'不以以下错误开头:

2015-02-13 17:35:10.12 spid13s     The server could not load the certificate it needs to initiate an SSL connection. It returned the following error: 0x80090331. Check certificates to make sure they are valid.
2015-02-13 17:35:10.12 spid13s     Error: 26014, Severity: 16, State: 1.
2015-02-13 17:35:10.12 spid13s     Unable to load user-specified certificate [Cert Hash(sha1) "9B49E2FB65EE880F7C8818A90187F572566C9213"]. The server will not accept a connection. You should verify that the certificate is correctly installed. See "Configuring Certificate for Use by SSL" in …
Run Code Online (Sandbox Code Playgroud)

sql-server sql-server-2008-r2 encryption ssl

22
推荐指数
3
解决办法
11万
查看次数

标签 统计

encryption ×1

sql-server ×1

sql-server-2008-r2 ×1

ssl ×1