当前位置:   article > 正文

记一次SSLHandshakeException报错记录_metersphere sslhandshakeexception

metersphere sslhandshakeexception

在启动项目的时候报错

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

原因是引入了druid数据源启动的时候没错,访问项目的时候报错

记录以下解决办法:

  1. 找到自己JAVA文件位置进入jre/lib/security,编辑java.security

  2. find jdk.tls.disabledAlgorithms

  3. 移除’TLSv1, TLSv1.1`
    在这里插入图片描述

  4. 重启项目,解决

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/692243
推荐阅读
相关标签
  

闽ICP备14008679号