WARN:Establishing SSL connection without server’s identity verification is not recommended

在JAVA WEB项目中做到C3P0数据库连接池部分运行Java代码时候出现一大片红色报错警告:Establishing SSL connection without server’s identity verification is not recommended

解决方案:
在c3p0-config.xml文件的url中的最后加上&useSSL=false

你可能感兴趣的:(排错宝典,数据库,mysql,bug,java)