젯브레인사의 데이터 ide 데이터 그립 사용 중에
javax.net.ssl.SSLHandshakeException: No appropriate protocol
(protocol is disabled or cipher suites are inappropriate)
The following required algorithms might be disabled:
SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA,
DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon
, NULL, include jdk.disabled.namedCurves. Edit the
list of disabled algorithms to include required algorithms.
You can try to enable TLSv1 or TLSv1.1 first. JDBC driver may have disabled TLS 1.1 and its earlier versions.
intellij datagrip
이런 에러와 함께 잘 나오던 데이터 들이 나오지 않게 되었다.
결론은 로컬피씨의 아이피가 변경되어서 권한이 없어서 연결이 안되던 건데
저렇게 장황하게 핸드쉐이크가 어쩌니
처음엔 ssl같은 프로토콜이 변경 되어서 그러나 했더니
아니었고
단순하게 데이터베이스에 해당 아이피에 권한이 없어서 연결이 안되었던것
grant all privileges on *.* to dev@i.p.a.d.dress identified by 'password' with grant option ;
해주고 하니 정상 작동
흠 이런 사소한 것들이 가끔 은근 시간을 잡아 먹을때가 있습니다 ㅠㅠ
'개발 > TOOLS' 카테고리의 다른 글
깜짝놀람!! ALSee 에서 OneDrive - Personal을(를) 다운로드하는 중 (0) | 2022.12.23 |
---|---|
안드로이드 스튜디오 구조 변수 확인 단축키 (0) | 2022.10.02 |
윈도우10 aorus 570 wol 안될때 (0) | 2021.09.04 |
ryzen master driver not installed property 오류 (0) | 2021.04.09 |
생산성 툴? 프로젝트? todo? Jetbrains space (0) | 2021.02.24 |