
Path does not chain with any of the trust anchors
发布日期:2021-05-10 15:43:10
浏览次数:14
分类:精选文章
本文共 1570 字,大约阅读时间需要 5 分钟。
db.properties������������
# ��������������� driverClassName=com.mysql.Driver url=jdbc:mysql://127.0.0.1:3306/aaa?useUnicode=true&characterEncoding=utf8&useSSL=true username=root password=123123 # ������������ initialSize=5 maxActive=20 minIdle=5 maxIdle=10 filters=stat,wall,log4j������������
Caused by: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors at sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:154) at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:80) at java.security.cert.CertPathValidator.validate(CertPathValidator.java:292) at com.mysql.jdbc.ExportControlled$X509TrustManagerWrapper.checkServerTrusted(ExportControlled.java:295) ... 36 more ERROR [Druid-ConnectionPool-Create-652211881] - create connection SQLException, url: jdbc:mysql://127.0.0.1:3306/jin1?useUnicode=true&characterEncoding=utf8&useSSL=true, errorCode 0, state 08S01 com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure������������
# ������������������useSSL������ url=jdbc:mysql://127.0.0.1:3306/aaa?useUnicode=true&characterEncoding=utf8&useSSL=true # ���������������useSSL���������������false url=jdbc:mysql://127.0.0.1:3306/aaa?useUnicode=true&characterEncoding=utf8&useSSL=false���������������
- ������������������������������������useSSL=true
- ������������useSSL���������������false
发表评论
最新留言
不错!
[***.144.177.141]2025年04月08日 05时57分57秒
关于作者

喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!
推荐文章
使用mysqladmin ext了解MySQL运行状态【转】
2021-05-09
《机器学习Python实现_10_06_集成学习_boosting_gbdt分类实现》
2021-05-09
精讲响应式WebClient第2篇-GET请求阻塞与非阻塞调用方法详解
2021-05-09
CoreCLR源码探索(八) JIT的工作原理(详解篇)
2021-05-09
分享在winform下实现模块化插件编程-优化版
2021-05-09
[Unity][EXE]封装打包后怎么Debug错误显示output_log.txt
2021-05-09
使用promise封装wx:requset()
2021-05-09
图文追踪PlusToken资产转移行踪(一): BTC部分有1,203个流入交易所
2021-05-09
stm32h743iit6 cubmex 配置QSPI w25128模式问题
2021-05-09
让nginx支持文件上传的几种模式
2021-05-09
LeetCode 637 二叉树的层平均值-简单
2021-05-09
Redis-day2-五种数据结构类型与数据持久化AOF+RDB
2021-05-10
IOS开发Swift笔记16-错误处理
2021-05-10
Java 天气预报WebService
2021-05-10
mysql里Date类型的处理
2021-05-10
redis中RDB和AOF的区别
2021-05-10
内核线程、轻量级进程、用户线程的区别和联系
2021-05-10
《STM32从零开始学习历程》——CAN相关结构体
2021-05-10
ROS参数服务器
2021-05-10