Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.3.15, 3.4.5
-
None
-
Windows Server 2022
Description
We had the mySQL DB setup for TLS 1.3 usage. Using the mariaDB ODBC connector on Windows , unable to connect using TLS 1.3, whereas the same version connector works fine with Linux and successfully able to communicate to the same DB via TLS1.3.
For Windows it keeps reporting following error :
Connection Failed: [HY000][ma-3.2.4]TLS/SSL error: TLS1.3 is not supported
on Windows before Windows 11 or Windows Server 2022.
Connection String:
Driver={MariaDB ODBC 3.2 Driver};TCIP=1;SERVER=somehost.com;UID=root;PWD=
******;DATABASE=mystore;PORT=3306;SSLCA=C:\F6\ca-cert.pem;TLSVERSION=4;
FORCETLS=1;NULLISCURRENT=1;PSCACHESIZE=250;MAXCACHEKEY=2112;PCALLBACK=1
With the same DB, we are able to connect via MySQL native ODBC drivers.