SSL Hand Shake error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
aravindreddy114
Posts: 55
Joined: Tue May 07, 2013 12:48 pm

SSL Hand Shake error

Post 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
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: SSL Hand Shake error

Post 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
aravindreddy114
Posts: 55
Joined: Tue May 07, 2013 12:48 pm

Re: SSL Hand Shake error

Post by aravindreddy114 »

Sorry for the delayed response. NRPE on linux clinent machine was not stared. Issue is fixed now
Thanks
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: SSL Hand Shake error

Post by abrist »

Great. Locking 'er up.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked