本文介紹了客戶端首選項(xiàng)不接受如何修復(fù)服務(wù)器選擇的協(xié)議版本TLS10[TLS12]的處理方法,對(duì)大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!
問題描述
我想運(yùn)行帶有SQL服務(wù)器數(shù)據(jù)庫的Spring Boot應(yīng)用程序,但當(dāng)我運(yùn)行它時(shí),出現(xiàn)以下錯(cuò)誤:
com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "The server selected protocol version TLS10 is not accepted by client preferences [TLS12]". ClientConnectionId:73ea4fa4-e772-4fd7-90f5-d617aec091f2
at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2924) ~[mssql-jdbc-7.4.1.jre8.jar:na]
at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1881) ~[mssql-jdbc-7.4.1.jre8.jar:na]
推薦答案
必須在SQL Server上配置TLS1.2:https://support.microsoft.com/en-us/topic/kb3135244-tls-1-2-support-for-microsoft-sql-server-e4472ef8-90a9-13c1-e4d8-44aad198cdbe
這篇關(guān)于客戶端首選項(xiàng)不接受如何修復(fù)服務(wù)器選擇的協(xié)議版本TLS10[TLS12]的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,