码迷,mamicode.com
首页 > 数据库 > 详细

JDBC连接数据库的url设useSSL参数为true产生的问题

时间:2020-04-12 22:17:24      阅读:462      评论:0      收藏:0      [点我收藏+]

标签:rtp   any   uri   with   link   mmu   hand   mysql数据库   ida   

在此记录一下,我通过JDBC连接MySQL数据库,当将连接数据库的url的useSSL参数设置为true时,就无法连接数据库,当设置为false时就可以正常连接

产生的异常信息是:

  Exception in thread "main" com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

  javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors

   java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors

 

先记录一下,日后溯源。

JDBC连接数据库的url设useSSL参数为true产生的问题

标签:rtp   any   uri   with   link   mmu   hand   mysql数据库   ida   

原文地址:https://www.cnblogs.com/yxym2016/p/12687891.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!