Connect syslog to remote mysql with tls?

0

Good afternoon guys.

I'm trying to make the syslog connection with a remote MYSQL database that uses tls. by the command line the connection is: mysql -ssl-ca = / path / server-ca.pem --ssl-cert = / path / client-cert.pem --ssl-key = / path / client-key.pem -h XXX.XXX.XXX .XXX -uroot -pP @ ssword

My need now is to make the connection by tls in rsyslog, and I have tried several ways and I can not. Does anyone know or already did this in rsyslog?

    
asked by anonymous 19.01.2018 / 19:12

0 answers