Comments - Getting Help With MariaDB
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
"I've set up SSL on the MariaDB server (version 10.11 on AlmaLinux), and it works as expected when connecting with the MariaDB client. However, when using the Windows ODBC driver (version 3.2.2), I encounter a 'no cipher match' error. Any ideas on how to resolve this? The exact error message is as follows:" --------------------------- Connection test --------------------------- Connection failed: [HY000] [ma-3.2.2]TLS/SSL error: no cipher match. Error 0x80090331(SEC_E_ALGORITHM_MISMATCH)
Connection String:
DRIVER={MariaDB ODBC 3.2 Driver};TCPIP=1;SERVER=x.x.x.x;UID=xxx;PWD=***;PORT=3306;SSLKEY=C:\xxxxx\client-key.pem;SSLCERT=C:\xxxxx\client-cert.pem;SSLCA=C:\xxxxx\ca-cert.pem;NULLISCURRENT=1;PSCACHESIZE=250;MAXCACHEKEY=2112;PCALLBACK=1 --------------------------- OK ---------------------------