You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi All,
We are trying to sync production data to test environment. We took a backup from production environment and attached it to test environment.
One issue is our test environment is on HTTPS and prod environment is on HTTP.
We are facing below error :
Thu Jan 07 06:19:55 GMT 2021 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.
I have tried useSSL true and false but nothing worked.
Could anyone please help me on this.
The error you list is a MySQL error. It seems you are troubleshooting a browser HTTPS issue? Did you add the "useSSL" line to your MySQL my.cnf file? Here's a MySQL SSL troubleshooting doc that may help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.