CHECK_NRPE: Error - Could not complete SSL handshake.

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
osorapado
Posts: 1
Joined: Wed Mar 26, 2014 5:18 am

CHECK_NRPE: Error - Could not complete SSL handshake.

Post by osorapado »

Since I installed a ssl certificate (ssh-keygen) on my host I keep getting:

CHECK_NRPE: Error - Could not complete SSL handshake.

every time I make a request

HOST:

Code: Select all

openssl version
OpenSSL 1.0.1 14 Mar 2012
nrpe.cfg

Code: Select all

server_address=127.0.0.1 X_X_X_X  (the second IP is the server)
 
 allowed_hosts=127.0.0.1 X_X_X_X

NAGIOS SERVER:

Code: Select all

openssl version
OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
I need some help, I'm stucked in this point...

Thanks
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: CHECK_NRPE: Error - Could not complete SSL handshake.

Post by sreinhardt »

First thing, not that it is the definite issue, I would highly suggest updating nagios openssl version, .98 and 1.0.1 have many things intentionally not backwards compatible. Secondly, did you install nrpe from source or use a packaged build? If from source, did you build with ssl?
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