Unable to connect to MariaDB with SSL

Hello,
I would like to use Crowdsec with an external MariaDB-Cluster as backend for the Lapi. When I configured Crowdsec to use the DB on the Cluster, I got an access denied error until I disabled SSL for that database. According to the documentation, SSL can be used with Postgres. But I could not find any mention of using it with Mysql/MariaDB. Is there any option to enable SSL with MariaDB that I did not see?
Thanks in advance

Hey :wave:

Looking at the code it seems we do not take into account a SSL mode

I can dive into the documentation for what the connect string should be if SSL is enabled, however, if you know then please add it to the discussion

Edit: it seems mysql driver for golang uses the tls param