Search found 2 matches

by asc45
Tue Jan 19, 2021 7:58 am
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: (ssl_err != 5) Error
Replies: 2
Views: 4500

Re: CHECK_NRPE: (ssl_err != 5) Error

Thanks for the reply! I've tried removing no-sslv3, changing the line ssl options = no-sslv2,no-sslv3 into ssl options = no-sslv2 and restarting the nscp service. No success, im still getting the same error. Nagios: root@sdmz2-nagioscore:~# /usr/lib/nagios/plugins/check_nrpe -A /usr/local/nagios/etc...
by asc45
Wed Jan 06, 2021 5:06 am
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: (ssl_err != 5) Error
Replies: 2
Views: 4500

CHECK_NRPE: (ssl_err != 5) Error

Hello, I’ve got the task to configure check_nrpe on our Nagios Core 4.4.3 Server (Ubuntu 18.04) and our various Windows Servers which are running NSClient++ 0.4.4.15. We want the connection to be secured with SSL. I've created two private keys and two certificate requests and signed them by our loca...