[WAS] mssql connection error 발생

김봉남·2024년 1월 23일

WAS

목록 보기
11/23
post-thumbnail

Certificates do not conform to algorithm constraints mssql connection error 발생

MSSQL 서버와의 연결 시에 서버에서 사용 중인 SSL/TLS 인증서의 암호화 알고리즘 제약 조건에 어긋나는 경우 발생

장애 조치

com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Certificates do not conform to algorithm constraints". ClientConnectionId:06a80775-6aab-4933-9ae6-ab13221d4729
          at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:1667)
          at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1668)

## java.security 파일에 주석
#security.useSystemPropertiesFile=true   
profile
남자다

0개의 댓글