Page 1 of 1

MSSQL encryption issue

Posted: Thu Nov 10, 2016 11:06 am
by patalenszki.zoltan
Dear All,

Have this issue changed since then?
Is there some workaround to query mssql server with encrypted connection?

Thanks in advance!

Best regards,
Zoltan

Mod Edit: Please don't post in very old threads. Start a new thread with a reference to the original thread.

Split from: https://support.nagios.com/forum/viewto ... 556#202134

Re: MSSQL encryption issue

Posted: Thu Nov 10, 2016 11:18 am
by mcapra
One potential work-around for the check_mssqsl plugin is to set the following directive in your php.ini:

Code: Select all

[MSSQL]
mssql.secure_connection = On
Be sure to restart the httpd service afterwards.