[Solved] Yet another Could not complete SSL handshake error
Posted: Wed May 21, 2014 12:36 pm
Hey all, I just moved my Nagios monitoring from my FreeBSD server to my CentOS 6.5 server. I'm now in the clean-up phase and I've hit a snag -- I'm unable to get monitoring to work on my Linux servers.
The error:
Both the server and client now have the same version of nrpe (I just installed the new nrpe on the client but still no joy):
Client:
Server:
I even tried including the -n switch but that didn't help:
The only possible issue I can find is that the SSL versions are a little off:
I tried upgrading srvBackup (through apt-get) but no upgrades are available, then I removed and reinstalled openssl but it's the same version. Should I try to remove openssl and try reinstalling from another source?
Thanks,
Joe B
The error:
Code: Select all
CHECK_NRPE: Error - Could not complete SSL handshake. Client:
Code: Select all
NRPE - Nagios Remote Plugin Executor
Copyright (c) 1999-2008 Ethan Galstad ([email protected])
Version: 2.15
Last Modified: 09-06-2013
License: GPL v2 with exemptions (-l for more info)
SSL/TLS Available: Anonymous DH Mode, OpenSSL 0.9.6 or higher requiredCode: Select all
NRPE Plugin for Nagios
Copyright (c) 1999-2008 Ethan Galstad ([email protected])
Version: 2.15
Last Modified: 09-06-2013
License: GPL v2 with exemptions (-l for more info)
SSL/TLS Available: Anonymous DH Mode, OpenSSL 0.9.6 or higher requiredCode: Select all
[root@FreeNag objects]# /usr/local/nagios/libexec/check_nrpe -H 192.168.2.83 -n
CHECK_NRPE: Error receiving data from daemon.
[root@FreeNag objects]# /usr/local/nagios/libexec/check_nrpe -H 192.168.2.83
CHECK_NRPE: Error - Could not complete SSL handshake.Code: Select all
root@srvBackup:/usr/local/nagios/etc# openssl version
OpenSSL 0.9.8o 01 Jun 2010
[root@FreeNag objects]# openssl version
OpenSSL 1.0.1e-fips 11 Feb 2013Thanks,
Joe B