你好,我用JAVA连接云数据库mysql一直报警告信息:
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
我是使用springboot连接的数据库,连接如下,有配置useSLL=false属性
jdbc:mysql://rm-xxx.mysql.rds.aliyuncs.com/XXXXX?useUnicode:true&characterEncoding:UTF-8&allowMultiQueries:true&useSSL:false
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