Need to Ignore Cert Warning

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
jfarnsworth
Posts: 11
Joined: Fri Oct 19, 2018 10:16 am

Need to Ignore Cert Warning

Post by jfarnsworth »

So I'm using the basic "check_http" check in nagios, but it's failing due to the error "HTTP CRITICAL: HTTP/1.1 403 Forbidden - pattern not found"

I've tried tacking on the "-S" arg to the command as per another nagios forum post, but I then get a different error:

Code: Select all

CRITICAL - Cannot make SSL connection.
139930670340016:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:794:
What should I check for on the node being checked, in terms of SSL libraries or such? To my knowledge it should be up to date
Locked