check_http : Cannot make SSL connection.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
hoegh
Posts: 201
Joined: Thu Jan 04, 2018 7:48 am

check_http : Cannot make SSL connection.

Post by hoegh »

Hi Team,

I want to monitor a HTTPS website, so i tried below:

Code: Select all

#check_http -H bi.hoegh.com -S -vv
CRITICAL - Cannot make SSL connection.
140676440586088:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:s23_clnt.c:744:
SSL initialized
Also viewed other posts on Nagios Forum for same issue:
https://support.nagios.com/forum/viewto ... 35&t=48248
https://support.nagios.com/forum/viewto ... =6&t=43852

But no success.
Please Suggest what can be done.

Thanks
Hoegh
Thanks
Höegh
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: check_http : Cannot make SSL connection.

Post by scottwilkerson »

can you try the command adding the --sni argument

Code: Select all

./check_http -H bi.hoegh.com -S --sni -vv
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
hoegh
Posts: 201
Joined: Thu Jan 04, 2018 7:48 am

Re: check_http : Cannot make SSL connection.

Post by hoegh »

Thanks @scottwilkerson.
It worked.

Please close this thread.
Thanks
Höegh
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: check_http : Cannot make SSL connection.

Post by scottwilkerson »

hoegh wrote:Thanks @scottwilkerson.
It worked.

Please close this thread.
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked