Datagrip - The server selected protocol version TLS10 is not accepted by client preferences 해결 방법
[08S01] 드라이버가 SSL(Secure Sockets Layer) 암호화를 사용하여 SQL Sever로 보안 연결을 설정할 수 없습니다. 오류: "The server selected protocol version TLS10 is not accepted by client preferences [TLS12]".
오류 메시지를 해석해보면 "not accepted by client preferences"
클라이언트 설정에 의해 허용되지 않는다고 해석할 수 있습니다
현재 접속을 시도하고 있는 Datagrip 설정을 변경해야 합니다.
java.security 파일로 이동하여 TLSv1, TLSv1.1 을 허용하도록
jdk.tls.disabledAlgorithms 설정을 수정합니다
java.security 아래와 같이 다양한 경로에 위치하고 있습니다.
(1) /Applications/IntelliJ IDEA.app/Contents/jbr/Contents/Home/conf/security
(2) /Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre/lib/security
(3) /Applications/DataGrip.app/Contents/jbr/Contents/Home/conf/security
접속을 시도하는 /Applications/DataGrip.app/Contents/jbr/Contents/Home/conf/security
'java.security' 파일을 변경합니다.
TLSv1, TLSv1.1 삭제
[IntelliJ] System.getenv() 환경변수 null 반환 (0) | 2021.08.08 |
---|---|
React - 컴포넌트 props 초기값으로 잘못 전달 (0) | 2020.08.28 |
git push force 403 error 인증 오류 (0) | 2020.08.20 |
org.jetbrains.plugins.gradle.tooling.util.ModuleComponentIdentifierImpl.getModuleIdentifier() (0) | 2019.07.14 |
ERROR (28000) Access denied for user 'root'@'localhost' (0) | 2019.06.30 |
댓글 영역