ERROR 2026 SSL connection error: SSL routines:ssl_choose_client_version:unsupported protocol

HYEONG HWAN, MUN/ 10월 26, 2022/ 미분류/ 0 comments

https://blog.lael.be/post/11495

MySQL 8.0 Client 부터 SSL 연결이 기본으로 바뀌었다.

ERROR 2026 (HY000): SSL connection error: error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol

 

command 마지막 파라미터에 -ssl-mode=disabled 를 추가한다.

--ssl-mode=disabled

 

mysql client <=> mysql server 간에 network망이 신뢰가 되어 있어야 한다. (로드밸런서와 <=> Private Subnet Instance 처럼)

 

또는

SSL(TLSv1.2) 은 사용하지만 ssl_verify 는 하지 않고 사용하는 방법도 있다.

본인이 사용하고 있는 네트워크망을 얼마나 신뢰할수 있느냐의 차이인듯하다.
적절히 선택해서 쓰면 된다.

 

mysqldump -hdb-stage1.laeltest12345.com -uroot -p mydbname1 > mydbname1.221214.sql --ssl-mode=disabled --column-statistics=0

 

Leave a Comment

작성하신 댓글은 관리자의 수동 승인 후 게시됩니다.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
*
*