Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
We are trying to connect to mySql server with mariadb client library
- Run both mysql server and mariadb client in linux boxes.
- mysql Ver 14.14 Distrib 5.1.73.
- using MariaDB Client Library for C 2.0 Series.
- tried same certificate in both client and server
- tried different certificates in both client and server
- tried both dynamic and static library in mariadb client downloads
- We also downloaded the source code for mariadb client and compiled our own library and tried that.
None of the above worked for client connection.
We are able to connect through mysql command line with ssl certificate.
Just on the sidenote I was able to do ssl connect to the mysql server with mysqlclient library for c. But not with mariadb client library.