Page 1 of 1

check_http : Cannot make SSL connection.

Posted: Fri Feb 01, 2019 12:33 am
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

Re: check_http : Cannot make SSL connection.

Posted: Fri Feb 01, 2019 8:31 am
by scottwilkerson
can you try the command adding the --sni argument

Code: Select all

./check_http -H bi.hoegh.com -S --sni -vv

Re: check_http : Cannot make SSL connection.

Posted: Mon Feb 04, 2019 7:04 am
by hoegh
Thanks @scottwilkerson.
It worked.

Please close this thread.

Re: check_http : Cannot make SSL connection.

Posted: Mon Feb 04, 2019 8:30 am
by scottwilkerson
hoegh wrote:Thanks @scottwilkerson.
It worked.

Please close this thread.
Great!

Locking thread