Question

Encryption MSQL


Badge +2

Hello,

We currently monitor SQL Server without any encryption in the communication (all is working fine).

We would like to activate encryption for all communications with our SQL Server (option Force Encryption = Yes), but we don't how to accept this encryption in Centreon.

Could you please help us ?

 


3 replies

Userlevel 4
Badge +14

Hi,

This plugin use FreeTDS https://docs.centreon.com/pp/integrations/plugin-packs/procedures/applications-databases-mssql/#dependencies

You need to update or configure FreeTDS to do that :

https://www.freetds.org/userguide/

Regards,

Badge +2

Hi,

I'm sorry but I don't quite understand. Could you please tell me more?
Is it the configuration of freetds that allows to accept the certificate of the encryption?


Thank you in advance for your help

 

Regards

Userlevel 4
Badge +14

Hello,

Have you just tried to look the documentation of FreeTDS ?

The centreon-plugins use FreeTDS to interact with MSSQL.

That the soft who provide you the possibility to use protocol TDS used by MSSQL, Sybase.TSQL utility who give the possibility to run a tsql query againt MSSQL server or Sybase server from a UNIX/BSD/Linux/OSX, an others https://www.freetds.org/userguide/what.html

 

Hi,

I'm sorry but I don't quite understand. Could you please tell me more?
Is it the configuration of freetds that allows to accept the certificate of the encryption?


Thank you in advance for your help

 

Regards

Yes, you could see some parameter of FreeTDS here : https://www.freetds.org/userguide/freetdsconf.html

Reply