javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suit...
2021/9/8 17:06:12
本文主要是介绍javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suit...,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
https://www.jianshu.com/p/611c78f68469
原本好好的项目,换了电脑,然后安排好环境
见证奇迹的时候
结果一启动就报这个错:
javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
网上找了很多文章,有的说tomcat依赖包冲突,有的说这个文件要改\jre\lib\security\java.security,经过测试都没有用
多次失败后我发现可能和连接 mysql 有关系
于是,我在 jdbc-url 中加了 &useSSL=false,居然不报错了
但是为什么从前的也是同样的配置并没有报错呢,我想到了jdk版本,于是我我换了jdk试,果然的不出我所料,换了jdk版本就不需要加 &useSSL=false
最后得出结论,之前的jdk版本默认不使用SSL连接mysql,而我现在电脑上的版本默认使用SSL链接mysql,所以需要指定不使用SSL
当前版本是1.8.0_291,之前的版本是1.8.0_161
作者:二狗子的狗
链接:https://www.jianshu.com/p/611c78f68469
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
这篇关于javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suit...的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2022-03-01沐雪多租宝商城源码从.NetCore3.1升级到.Net6的步骤
- 2024-11-15C#中怎么从PEM格式的证书中提取公钥?-icode9专业技术文章分享
- 2024-11-14云架构设计——如何用diagrams.net绘制专业的AWS架构图?
- 2024-05-08首个适配Visual Studio平台的国产智能编程助手CodeGeeX正式上线!C#程序员必备效率神器!
- 2024-03-30C#设计模式之十六迭代器模式(Iterator Pattern)【行为型】
- 2024-03-29c# datetime tryparse
- 2024-02-21list find index c#
- 2024-01-24convert toint32 c#
- 2024-01-24Advanced .Net Debugging 1:你必须知道的调试工具
- 2024-01-24.NET集成IdGenerator生成分布式全局唯一ID