NRDS stopped working after upgrade to 5.6.5
Posted: Fri Jul 26, 2019 3:49 am
After NagiosXI upgrade to the version 5.6.5, NRDS stopped working eg: url https://nagios/nrdp respond with:
<result><status>-1</status><message>HTTPS REQUIRED</message></result>
I managed to resolve issue by modifying /usr/local/nrdp/server/config.inc.php
setting following parameter from true to false: $cfg["require_https"]=false;
where requests redirect to https. Fix please, I would prefer to keep it with true.
Thanks
<result><status>-1</status><message>HTTPS REQUIRED</message></result>
I managed to resolve issue by modifying /usr/local/nrdp/server/config.inc.php
setting following parameter from true to false: $cfg["require_https"]=false;
where requests redirect to https. Fix please, I would prefer to keep it with true.
Thanks