Page 1 of 1

NRDS stopped working after upgrade to 5.6.5

Posted: Fri Jul 26, 2019 3:49 am
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

Re: NRDS stopped working after upgrade to 5.6.5

Posted: Fri Jul 26, 2019 9:55 am
by mbellerue
Thanks for bringing this up, and posting the work around! Can you tell me what version you were upgrading from?

Re: NRDS stopped working after upgrade to 5.6.5

Posted: Wed Jul 31, 2019 7:05 am
by dclsystems
Upgrade was from 5.6.3

Re: NRDS stopped working after upgrade to 5.6.5

Posted: Wed Jul 31, 2019 2:19 pm
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!