-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to MySQL 8.0 for testing #594
Labels
type: dependency-upgrade
A dependency upgrade
Milestone
Comments
mp911de
added a commit
that referenced
this issue
May 3, 2021
Switch to a newer MySQL version to use TLSv1.2 as newer JRE versions no longer support TLSv1/TLSv1.1. Closes #594.
mp911de
added a commit
that referenced
this issue
May 3, 2021
Jasync does not support MySQL's 8.0 caching_sha2_password and there are no plans to support it. See #594.
mp911de
added a commit
that referenced
this issue
May 3, 2021
Jasync does not support MySQL's 8.0 caching_sha2_password and there are no plans to support it. See #594.
mp911de
added a commit
that referenced
this issue
May 3, 2021
Jasync does not support MySQL's 8.0 caching_sha2_password and there are no plans to support it. See #594.
mp911de
added a commit
that referenced
this issue
May 3, 2021
Switch to a newer MySQL version to use TLSv1.2 as newer JRE versions no longer support TLSv1/TLSv1.1. Closes #594.
mp911de
added a commit
that referenced
this issue
May 3, 2021
Jasync does not support MySQL's 8.0 caching_sha2_password and there are no plans to support it. See #594.
mp911de
added a commit
that referenced
this issue
May 3, 2021
Switch to a newer MySQL version to use TLSv1.2 as newer JRE versions no longer support TLSv1/TLSv1.1. Closes #594.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most recent changes in the JDK have removed TLSv1 and TLSv1.1 support. MySQL supports only since version 8.0 TLSv1.2.
The text was updated successfully, but these errors were encountered: