NRDS stopped working after upgrade to 5.6.5

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dclsystems
Posts: 14
Joined: Wed Dec 13, 2017 5:33 pm

NRDS stopped working after upgrade to 5.6.5

Post by dclsystems »

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
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: NRDS stopped working after upgrade to 5.6.5

Post by mbellerue »

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!
dclsystems
Posts: 14
Joined: Wed Dec 13, 2017 5:33 pm

Re: NRDS stopped working after upgrade to 5.6.5

Post by dclsystems »

Upgrade was from 5.6.3
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NRDS stopped working after upgrade to 5.6.5

Post by lmiltchev »

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!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked