说明:启动一些微服务后,一直在报下面这个错误;
com.microsoft.sqlserver.jdbc.SQLServerException: 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“The server selected protocol version TLS10 is not accepted by client preferences [TLS12]”。 ClientConnectionId:753383a4-ac2a-4a8c-9a14-bbf2695aab48
Caused by: javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS10 is not accepted by client preferences [TLS12]
解决:找到jdk下的jre\lib\security
目录,打开java.security
文件,搜索jdk.tls.disabledAlgorithms
,去掉后面的TLSv1, TLSv1.1和3DES_EDE_CBC,注意逗号修改完不要缺失。
文章来源:https://www.toymoban.com/news/detail-732936.html
应该是jdk8独有的问题,高版本的jdk没有出现过;文章来源地址https://www.toymoban.com/news/detail-732936.html
到了这里,关于启动微服务,提示驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!