Disable weak ciphers on NagiosXI server?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
amybrown
Posts: 22
Joined: Tue Oct 25, 2011 3:59 pm

Disable weak ciphers on NagiosXI server?

Post by amybrown »

My (new) boss decided to run a security scan and my Nagios XI server came up on the list as having "weak ciphers" and I'm expected to remediate this. I did the regular NagiosXI install and have not done any customizations or alterations to the software. Just curious how I should go about making this compliant...
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Disable weak ciphers on NagiosXI server?

Post by scottwilkerson »

Could you ask the boss what this was referring to? As, "weak ciphers" is a little ambiguous..
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Disable weak ciphers on NagiosXI server?

Post by sreinhardt »

Hi Amy, Would it be possible to expand upon what the scan is claiming has weak ciphers? My only guess would be https, as we do create a self assigned cert for apache to use. You could either regenerate a stronger one, 4096 bits or higher, or purchase a third party cert and use that.

Configuring SSL with Nagios XI is probably your best resource on how to get this done.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
amybrown
Posts: 22
Joined: Tue Oct 25, 2011 3:59 pm

Re: Disable weak ciphers on NagiosXI server?

Post by amybrown »

I think I've figured it out. I was confusing myself by looking at NagiosCore on my q/a box first. I saw on the NagiosXI box that the ssl.conf file exists in /etc/httpd/conf.c. I edited the CipherSuite line to exclude LOW:

SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:!LOW

I just need to get approval to restart the webserver and we should be good.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Disable weak ciphers on NagiosXI server?

Post by sreinhardt »

Great! Let us know if there are any other issues!
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked