[Spring] Closing inbound before receiving peer's close_notify 예외
2021. 10. 11. 17:28ㆍ오류모음
728x90
원인
- DB연결시 연결에 대한 SSL 보안이 포함되어야 하는데 포함되지 않아서 실행중 지속적으로 disconnecting됨.
해결
- sql connection 에서 darasource.url 에 &useSSL=false 라는 옵션을 추가해준다.
ex) spring.datasource.url=jdbc:mysql://localhost:3306?useSSL=false
728x90
'오류모음' 카테고리의 다른 글
[Jupyter] Jupyter Notebook 실행안될때 (0) | 2021.10.11 |
---|---|
[ML] bayes_opt 설치 실패 (0) | 2021.10.11 |
[Windows] 이 앱은 사용자 보호를 위해 차단되었습니다. (0) | 2021.10.11 |
[Spring] [Tomcat] Several ports (8005, 8080, 8009) required by Tomcat v8.0 Server at localhost are already in use. (0) | 2021.10.11 |
[Spring][mysql] Authentication plugin 'caching_sha2_password'. 에러 (0) | 2021.10.11 |