CRITICAL - Cannot make SSL connection.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sslimani
Posts: 10
Joined: Mon Aug 03, 2020 9:17 am

CRITICAL - Cannot make SSL connection.

Post by sslimani »

Hello,
I'm trying to check_http with the command:
check_http -H xxxxxx.com -f follow
But I get an error result:
CRITICAL - Cannot make SSL connection.

Can you advise me please,
Thanks.
User avatar
jbrunkow
Posts: 441
Joined: Fri Mar 13, 2020 10:45 am

Re: CRITICAL - Cannot make SSL connection.

Post by jbrunkow »

Can you try it with the IP address instead of the domain? That way we can tell if the problem is with the domain name resolving.

Are you specifying http:// or https:// in the domain? Does the certificate appear to be valid when you visit the site in a browser?

You may also want to add the -v flag so that we can gather more information about this issue.

Code: Select all

/usr/local/nagios/libexec/check_http -I __.__.__.__ -f follow -v
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked