Search found 1 match

by dongwenting
Mon Jun 09, 2014 1:44 am
Forum: Open Source Nagios Projects
Topic: check_nrpe localhost error "unable to complete SSL handshake
Replies: 5
Views: 2537

Re: check_nrpe localhost error "unable to complete SSL hands

i have the same error, and i solved this problem like this.

Code: Select all

vi /etc/xinetd.d/nrpe
only_from       = 127.0.0.1 localhost
service xinetd restart

i hope this may help.