idea连接数据库javax.net.ssl.SSLException: Received fatal alert: internal_err

idea连接数据库javax.net.ssl.SSLException: Received fatal alert: internal_err_第1张图片

MySQL5.7 版本的 url
jdbc:mysql://localhost:3306/mybatis_plus?characterEncoding=utf-8&useSSL=false
MySQL8.0 版本的 url
jdbc:mysql://localhost:3306/mybatis_plus? serverTimezone=GMT%2B8&characterEncoding=utf-8&useSSL=false

你可能感兴趣的:(报错,java,ssl,mysql,database,intellij,idea)