Tue Jun 23 09:16:59 KST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

 

context.xml에서 위와 같이 useSSL=false 로 바꾸어준다

 

참고 사이트

https://leejune.tistory.com/5

 

mysql 연결할때 발생되는 SSL 에러

mysql  jdbc 커넥터로 연결했을때 이클립스창에서 나온 에러입니다. WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and..

leejune.tistory.com

 

'Database > MySQL' 카테고리의 다른 글

mysql 외래키 foreign key 설정  (0) 2020.06.24
mysql 시퀀스 auto_increment 생성 초기화  (0) 2020.06.23
my SQL 자바와 연결하기  (0) 2020.06.22
mysql 세팅  (0) 2020.06.19
mySQL 설치  (0) 2020.06.19

+ Recent posts