Fri May 19 22:56:23 CST 2017 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 回答

遇見未來的你
TA貢獻3條經驗 獲得超5個贊
意思是
?警告: 啟動SSL 連接 但不進行服務器身份驗證是不推薦的;根據MySQL 5.5.45+, 5.6.26+ and 5.7.6+要求,如果沒有進行明確的設置,SSL連接必須默認啟動;
為了配合現存的應用不使用SSL? ,需要把核實服務器證書配置設置為'false';? ??
自己配一下啦
You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
添加回答
舉報
0/150
提交
取消