MSSQL encryption issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
patalenszki.zoltan
Posts: 40
Joined: Tue Sep 13, 2016 9:16 am

MSSQL encryption issue

Post 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
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: MSSQL encryption issue

Post 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.
Former Nagios employee
https://www.mcapra.com/
Locked