Search found 6 matches

by nimhengnrs
Fri Feb 02, 2018 5:39 pm
Forum: Nagios XI
Topic: Disabling SSLv3 and RC4 Cipher in Apache Configuration
Replies: 4
Views: 1167

Re: Disabling SSLv3 and RC4 Cipher in Apache Configuration

The issue is resolved. Tacolover101's link did the trick since I'm not familiar with the grep command. Seems Nagios has its own separate configuration called nagiosxi.conf in /etc/httpd/conf.d. Adding the lines in the link did it and disabled the weak protocols/ciphers. This can be closed. Thanks ev...
by nimhengnrs
Thu Feb 01, 2018 7:21 pm
Forum: Nagios XI
Topic: Disabling SSLv3 and RC4 Cipher in Apache Configuration
Replies: 4
Views: 1167

Disabling SSLv3 and RC4 Cipher in Apache Configuration

Hello everyone, I'm running Nagios XI 5.4.11 and I'm trying to disable the SSLv3 protocol and RC4 cipher on my server using the /etc/httpd/conf.d/ssl.conf file. This is what I put: SSLProtocol all -SSLv2 -SSLv3 +TLSv1 SSLCipherSuite kEECDH:+kEECDH+SHA:kEDH:+kEDH+SHA:+kEDH+CAMELLIA:kECDH:+kECDH+SHA:k...
by nimhengnrs
Tue Oct 28, 2014 1:31 pm
Forum: Nagios XI
Topic: POODLE: SSLv3 vulnerability (CVE-2014-3566)
Replies: 3
Views: 314

Re: POODLE: SSLv3 vulnerability (CVE-2014-3566)

Hi Spenser I edited line that has the phrase SSLProtocol: Old SSLProtocol all -SSLv2 New line SSLProtocol -All +TLSv1 -SSLv3 And then I restarted the httpd service as root. Here is the script Red Hat recommended to run to determine if SSLv3 is running: #!/bin/bash ret=$(echo Q | timeout 5 openssl s_...
by nimhengnrs
Thu Oct 23, 2014 5:33 pm
Forum: Nagios XI
Topic: POODLE: SSLv3 vulnerability (CVE-2014-3566)
Replies: 3
Views: 314

POODLE: SSLv3 vulnerability (CVE-2014-3566)

1.Linux Distribution and version? Red Hat Enterprise Linux 6.6 2.32 or 64bit? 64bit 3.VMware Image or Manual Install of XI? Manual install 4.Are there special configurations on your system, ie; is Gnome installed? Are you using a proxy? Are you using SSL? Using SSL I wanted to know if the version of...
by nimhengnrs
Thu Apr 03, 2014 3:54 pm
Forum: Open Source Nagios Projects
Topic: Scheduled Downtime still sends notifications
Replies: 5
Views: 6733

Re: Scheduled Downtime still sends notifications

Its a checkbox you have to disabled. Click on the service and go to the check settings. There are 4 radio buttons w, c, o, u. Its one of them that needs to be unchecked and problem fixed. I can't remember exactly whichone fixed it but its one of them. Let us know if it works.
by nimhengnrs
Wed Apr 02, 2014 1:59 pm
Forum: Nagios XI
Topic: Active Directory Integration
Replies: 0
Views: 313

Active Directory Integration

I am trying to setup the Active Directory Integration. Running version 3.0 and have the following settings:

checked
@domain.com
TEST.OU=DOMAIN,OU=AD.DC=gov
domain.nih.gov
NONE

Added a local user that matches AD and no password and still can't log in. Any help will be appreciated.