mirromutth / r2dbc-mysql

R2DBC MySQL Implementation
Apache License 2.0
656 stars 98 forks source link

Set TLSv1.3 as the default version of TLS #208

Closed mirromutth closed 3 years ago

mirromutth commented 3 years ago

TLSv1 and TLSv1.2 have been disabled in the latest version of the JDK. TLSv1.3 has been supported in the MySQL 5.6.46 and 5.7.28.

It resolves #182.