경고: 서버 의 ID 확인 없 이 SSL 연결 을 설정 하 는 것 은 권장 되 지 않 습 니 다.

SpringBoot 시작 시 빨간색 경고:
Mon Jun 04 00:53:48 CST 2018 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

다음 과 같이 번역:
주의: 서버 인증 없 이 SSL 연결 을 만 드 는 것 은 권장 하지 않 습 니 다.MySQL 5.5.45 +, 5.6.26 +, 5.7.6 + 의 요구 에 따라 명시 적 옵션 을 설정 하지 않 으 면 기본 SSL 연결 을 만들어 야 합 니 다.useSSL = false 를 설정 하여 SSL 을 명시 적 으로 사용 하지 않 거나 useSSL = true 를 설정 하여 서버 인증서 인증 에 신뢰 저장 소 를 제공 해 야 합 니 다.
 
해결 방법:
jdbc:mysql://127.0.0.1:3306/test?useUnicode=true&characterEncoding=utf-8&useSSL=false

좋은 웹페이지 즐겨찾기