Framework/Spring Boot

[Error] javax.net.ssl.SSLException

잔망루피 2021. 6. 4. 11:17
반응형

 

spring.datasource.url=jdbc:mysql://localhost:3306?&useSSL=false

application.properties에서 위와 같이 수정

 

 


출처: https://kikikimoong.tistory.com/entry/SpringBoot-Closing-inbound-before-receiving-peers-closenotify-예외-없애기

 

[SpringBoot] Closing inbound before receiving peer's close_notify 예외 없애기

** BEGIN NESTED EXCEPTION ** javax.net.ssl.SSLException MESSAGE: closing inbound before receiving peer's close_notify STACKTRACE: javax.net.ssl.SSLException: closing inbound before receiving peer's..

kikikimoong.tistory.com

 

 

반응형