系统版本 Windows server 2019 datecenter 安装软件 SQL Server 2017 (RTM) - 14.0.1000.169 (X64)
数据库引擎突然无法使用服务账户重新启动,只能使用local system,服务器重启后可以正常使用服务账户启动。
系统报错日志:
An TLS 1.2 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The TLS connection request has failed.
应用报错日志:
TDSSNIClient 初始化失败,出现错误 0x80092004,状态代码
0x80。原因: Unable to initialize SSL support. Cannot find object or property.
另外,
注册表中无TLS相关信息 ,只有SSL3.0且未enable
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols
请问是否是系统没有安装相关补丁导致?或者还有其他解决方法么?