Page 1 of 1

CHECK_NRPE: Error - Could not complete SSL handshake

Posted: Thu Oct 15, 2020 5:16 am
by ashwin.samba
Initially I was working with on the check_disk issue where the error was “CHECK_NRPE: Error - Could not connect to 10.137.134.117: Connection reset by peer.”. for which Nagios support Knowledge base re-directed to the URL: https://support.nagios.com/kb/article/n ... e-615.html. Was executing the steps are described. In that after executing below commands received the error as “CHECK_NRPE: Error receiving data from daemon”. CHECK_NRPE: Error - Could not complete SSL handshake. Could you please help me to resolve the isse

Re: CHECK_NRPE: Error - Could not complete SSL handshake

Posted: Fri Oct 16, 2020 4:18 pm
by benjaminsmith
Hi,

Thanks for using Nagios and participating in the Community Forum. The most common cause here is if the allowed hosts option is not set correctly. Open a shell on the remote hosts and check the following file.

Code: Select all

vi /usr/local/nagios/etc/nrpe.cfg
And make sure you have the Nagios Server IP address set.

Code: Select all

vi /usr/local/nagios/etc/nrpe.cfg
If you make any changes be sure to restart NRPE to apply them.

If that's not your issue, then check the command arguments and lastly make sure you compiled NRPE with SSL enabled. This is all described in the kb article. Let us know if you get working!

https://support.nagios.com/kb/article/n ... e-615.html

Benjamin

Re: CHECK_NRPE: Error - Could not complete SSL handshake

Posted: Mon Oct 19, 2020 12:26 am
by ashwin.samba
after disabling the SSL issue got resolved

Re: CHECK_NRPE: Error - Could not complete SSL handshake

Posted: Mon Oct 19, 2020 7:12 am
by scottwilkerson
ashwin.samba wrote:after disabling the SSL issue got resolved
Great!

Locking thread