Establishing SSL connection without server's identity verification is not recommended.
生活随笔
收集整理的這篇文章主要介紹了
Establishing SSL connection without server's identity verification is not recommended.
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
完全描述: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 app
沒啥問題,有道翻譯過來就是:
不建議在沒有服務器身份驗證的情況下建立SSL連接。根據MySQL 5.5.45+、5.6.26+和5.7.6+的要求,如果不設置顯式選項,則必須默認設置SSL連接。
然后再數據庫配置
url=.....加上
&useSSL=false就行了
轉載于:https://www.cnblogs.com/of-course/p/8763555.html
總結
以上是生活随笔為你收集整理的Establishing SSL connection without server's identity verification is not recommended.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 《Head First设计模式》批注系列
- 下一篇: while read line的问题