No appropriate protocol (protocol is disabled or cipher suites are inappropriate
No appropriate protocol (protocol is disabled or cipher suites are inappropriate
·
问题原因:jdk版本过高导致,jdk1.8高版本对ssl做了限制
解决办法,提供三种供参考:
1、在URL中添加在数据库后面添加?createDatabaseIfNotExist=true&useSSL=false
参考:https://blog.csdn.net/ayunnuo/article/details/120269377
2、参考:https://blog.csdn.net/qq_41078608/article/details/124625998
文件里查找:jdk.tls.disabledAlgorithms=
然后把红色部分删除。
3、直接降低jdk版本(本人将jdk1.8.0_291切换至jdk1.8.0_172)。
更多推荐
已为社区贡献3条内容
所有评论(0)