zoukankan      html  css  js  c++  java
  • 微服务:Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors 异常

    今天重构项目出现 Caused by: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors 异常

    原来使用了在数据库连接时使用了 userSSL 参数,将sueSSL = true 改为 useSSL = false,项目可以正常跑起来了。

  • 相关阅读:
    python re模块
    python
    python
    Django学习手册
    Django学习手册
    前端
    前端
    Django学习手册
    前端
    Database学习
  • 原文地址:https://www.cnblogs.com/tongxuping/p/12560972.html
Copyright © 2011-2022 走看看