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
Alright, so in order to make the db connection work with tls, I would have to add the parameter in that database.go file and then compile crowdsec myself?
FYI, the dev team have accepted a PR for 1.6.2 so I have just crafted the changes it was pretty simple honestly and I tested it locally with a self sign certificate.