Springboot------connection to MySQL warning: establishing SSL connection without server ' s identity verification is not recommended

Source: Internet
Author: User
Tags ssl connection

Springboot a warning when connecting to MySQL:

English:

Mon JuneGeneva xx: -: -Cst2018warn: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 is established by default if explicit Opti On isn'TSet.
For compliance with existing applications notusingSSL the Verifyservercertificate property is SetTo'false'.
Need either to explicitly disable SSL by setting usessl=false, orSetUsessl=trueand provide Truststore forServer Certificate Verification

Chinese:

Note: It is not recommended to establish an SSL connection without server authentication.
5.5. * +,5.6. + + and 5. 7.6+ requirements, if you do not set an explicit option, you must establish a default SSL connection.
You need to explicitly disable SSL by setting Usessl=false, or set up usessl=true and provide trust storage for server certificate validation

Workaround:

Modify the database connection string as:

Jdbc:mysql://127.0.0.1:3306/myshop?useunicode=true&characterencoding=utf-8&usessl=false 

Springboot------connection to MySQL warning: establishing SSL connection without server ' s identity verification is not recommended

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.