idea连接mysql报错: No appropriate protocol (protocol is disabled or cipher suites are inappropriate(已解决)_小诺大人的博客-CSDN博客

报错如下:

javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)

The following required algorithms might be disabled: SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, include jdk.disabled.namedCurves. Edit the list of disabled algorithms to include required algorithms. You can try to enable TLSv1 or TLSv1.1 first.

JDBC driver may have disabled TLS > 1.1.

在这里插入图片描述

解决方案:

在URL中添加在数据库后面添加?createDatabaseIfNotExist=true&useSSL=false

如:jdbc:mysql://192.168.2.2:3306/test?createDatabaseIfNotExist=true&useSSL=false

在这里插入图片描述
点击:Test Connection连接测试一下:
在这里插入图片描述
连接成功!


原网址: 访问
创建于: 2022-04-28 12:32:18
目录: default
标签: 无

请先后发表评论
  • 最新评论
  • 总共0条评论