Caused by: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust

遇到这个问题我的解决方案如下:

  原因是因为使用了useSSL=true,只需要改为useSSL=false就可以解决了。

感觉没网上别的答案那么吓人

 

 

-------不知道为什么会这样的,但是在我用的8.16版本的Mysql没问题

 

jdbc:mysql://localhost:3306/tmall?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC

你可能感兴趣的:(Bug问题)