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
NRDS stopped working after upgrade to 5.6.5
-
dclsystems
- Posts: 14
- Joined: Wed Dec 13, 2017 5:33 pm
Re: NRDS stopped working after upgrade to 5.6.5
Thanks for bringing this up, and posting the work around! Can you tell me what version you were upgrading from?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
dclsystems
- Posts: 14
- Joined: Wed Dec 13, 2017 5:33 pm
Re: NRDS stopped working after upgrade to 5.6.5
Upgrade was from 5.6.3
Re: NRDS stopped working after upgrade to 5.6.5
I was able to recreate the issue, and filed a bug report here:
https://github.com/NagiosEnterprises/nrdp/issues/44
Again, thank you for reporting this issue!
https://github.com/NagiosEnterprises/nrdp/issues/44
Again, thank you for reporting this issue!
Be sure to check out our Knowledgebase for helpful articles and solutions!