NRDP without TLS

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hubertbugaj
Posts: 6
Joined: Tue Jan 08, 2019 4:10 am

NRDP without TLS

Post by hubertbugaj »

How can I disable TLS for NRDP? At the moment I get "302 Found" code and redirect to "https://<IP>/nrdp" after executing, for example, curl http://<IP>/nrdp. The software I am using can't really speak TLS (nor handle redirects, most probably).

I get that would decrease security level of the system, but it's an internal test network so it's not a big issue.

Using Nagios XI 5.5.8 on CentOS 7.5.1804
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NRDP without TLS

Post by scottwilkerson »

you should be sending to the https://<IP>/nrdp/ address instead of http://<IP>/nrdp
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
hubertbugaj
Posts: 6
Joined: Tue Jan 08, 2019 4:10 am

Re: NRDP without TLS

Post by hubertbugaj »

Unfortunately this is not possible (http is hardcoded). Resolved this by disabling https redirects in/etc/httpd/conf.d/nagiosxi.conf . My heart bleeds.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NRDP without TLS

Post by scottwilkerson »

hubertbugaj wrote:Unfortunately this is not possible (http is hardcoded). Resolved this by disabling https redirects in/etc/httpd/conf.d/nagiosxi.conf . My heart bleeds.
If you hardcoded that in your solution, then I would have done the same thing.

Can we lock the topic?
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
hubertbugaj
Posts: 6
Joined: Tue Jan 08, 2019 4:10 am

Re: NRDP without TLS

Post by hubertbugaj »

Yes, thanks for your support.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NRDP without TLS

Post by scottwilkerson »

hubertbugaj wrote:Yes, thanks for your support.
great locking
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked