連接數據庫時出現警告: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 mus


警告內容:

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.

翻譯后:

不建議在沒有服務器身份驗證的情況下建立SSL連接。 根據MySQL 5.5.45 +,5.6.26 +和5.7.6+的要求,如果未設置顯式選項,則默認情況下必須建立SSL連接。 為了與不使用SSL的現有應用程序兼容,將verifyServerCertificate屬性設置為'false'。 您需要通過設置useSSL = false顯式禁用SSL,或者設置useSSL = true並提供信任庫以進行服務器證書驗證。

解決方法:在url的最后添加“?useSSL=false”

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



猜您在找 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 java連接jdbc 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 defa mysql報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 connect Fri Jan 26 14:13:03 CST 2018 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 mus SpringBoot+mybatis:報錯Fri Oct 19 14:29:24 CST 2018 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+ requiremen Java連接MySql數據庫警告:Establishing SSL connection without server's identity verification is not recommended. MySQL 警告WARN: Establishing SSL connection without server's identity verification is not recommended.解決辦法 MySQL 警告WARN: Establishing SSL connection without server's identity verification is not recommended.解決辦法 SpringBoot連接Mysql數據庫警告:Establishing SSL connection without server's identity verification is not recommend 警告:Establishing SSL connection without server’s identity verification is not recommended
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM