MariaDB 10.6.18 with dotConnect MySQL

MariaDB 10.6.18 with dotConnect MySQL

Hallo,

we are using dotConnect and try to connect to a MariaDB 10.6.18 with SSL. We have dotConnect MySQL 8.10, and we get the error-message:

SSL connection error (2026):
The server hello message uses a protocol that was not recognized.

There was no problem with 10.6.15 and SSL. MariaDB and dbConnect both use TLS 1.2, which was no problem in 10.6.15 with the following code:
connectionStringBuilder.Protocol = MySqlProtocol.Ssl;
connectionStringBuilder.SslCipherList = "AES(256)";
connectionStringBuilder.SslTlsProtocol = "1.2";
The MariaDB's my.ini file contains the following line:
tls_version = TLSv1.2

We also tried the latest version 9.3 of dotConnect, but the problem remains. Do you have any idea or solution that might help?

Greetings