Page 1 of 1

SSL Hand Shake error

Posted: Wed Jul 24, 2013 5:35 pm
by aravindreddy114
Hi
When I run check_nrpe command from Nagios XI server, I am getting the following

./check_nrpe -H <my host name>
CHECK_NRPE: Error - Could not complete SSL handshake.

Any ideas on how to resolve this error

Re: SSL Hand Shake error

Posted: Thu Jul 25, 2013 9:52 am
by yancy
Try -n (do not use SSL)

Code: Select all

./check_nrpe -H <my host name> -n
The other option is to enable SSL on the host you're hitting. Is this a Windows or Linux machine you're running NRPE against?

-Yancy

Re: SSL Hand Shake error

Posted: Fri Jul 26, 2013 1:30 pm
by aravindreddy114
Sorry for the delayed response. NRPE on linux clinent machine was not stared. Issue is fixed now
Thanks

Re: SSL Hand Shake error

Posted: Fri Jul 26, 2013 1:42 pm
by abrist
Great. Locking 'er up.