[Ubuntu] javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate공부/DevOps2022. 1. 15. 15:34
Table of Contents
반응형
개요
AWS EC2서버에서 스프링 부트 프로젝트 실행시 아래 에러 발생 확인
javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate
해결
datasource url에 option 추가 후 다시 build해서 실행하니 정상동작
spring.datasource.url=jdbc:mysql://디비주소:3306/디비명?characterEncoding=UTF-8&useSSL=true&enabledTLSProtocols=TLSv1.2
반응형
'공부 > DevOps' 카테고리의 다른 글
[oh-my-zsh] help command not found (0) | 2023.01.08 |
---|---|
[oh my zsh ] git 사용시 index refreshing 되는 이슈 (0) | 2022.06.08 |
[Docker] docker 로 mariadb 설치 후 연결하기 - (2) (0) | 2021.07.28 |
[Docker] docker 로 mariadb 설치 후 연결하기 - (1) (0) | 2021.07.27 |
[Docker] Window10 노트북에 Docker 설치하기 (0) | 2021.07.27 |
@leejinwoo1126 :: 천천히 하나씩
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!