Details
-
Bug
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
11.8
-
None
-
None
-
Debian forky
Description
Libmariadev has different way of settings options as libmysql: https://mariadb.com/docs/connectors/mariadb-connector-c/api-functions/mysql_optionsv
However some libs like diesel reliés on libmysql only and if we use ssl, mariadb does not recognition ssl mode of mysql leading to failure to connect if using require secure transport meaning many Rust software luke Vaultwarden cannot be used in TCP with mariadb because by default it does not make SSL connection and it does not recognize ssl mode. I have tried to replace libmysql by libmariadev when compiling but there is other compatibility issues preventing it. Would a compatibility of options especially for SSL/TLS can be made?