MySQL中关于useSSL的警告问题
发布日期:2021-07-27 12:52:48 浏览次数:4 分类:技术文章

本文共 714 字,大约阅读时间需要 2 分钟。

1.问题描述

问题描述:web开发中,在使用MySQL数据库时,有时候会遇到下面这样的警告描述,原因是当前版本的MySQL需要指明是否进行SSL连接。

警告提示:WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

2.解决办法

配置数据库URL时,添加参数useSSL=true或者false即可,如下面红色标记部分

jdbc.url=jdbc:mysql://localhost:3306/esps?useSSL=false&useUnicode=true&characterEncoding=UTF-8

转载地址:https://blog.csdn.net/rhx_1989/article/details/80982060 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:使用jOrgChart插件生成树形图
下一篇:Java编程中HttpURLConnection的使用

发表评论

最新留言

很好
[***.229.124.182]2024年04月15日 17时18分28秒