Menu

#28 check_http --ssl error

open
nobody
None
5
2001-08-06
2001-08-06
No

It seems whenever I run check_http with the --ssl
option, I receive 'ERROR: Cannot retrieve server
certificate'. Are there any dependencies associated
with --ssl?

I typically need to use it in conjunction with -f follow.

Example: check_http -I <IP> -f follow --ssl

Info:
Linux 7.1, 2.4.2-2 kernel
netsaint-0.0.6
netsaint-plugins-1.2.9-4

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I have the same problem when i try to check https by using
    check_http with --ssl option i get a message like: invalid
    option - SSL is not available.

    Info:
    Linux 7.0 SuSE
    netsaint 0.0.6
    netsaint-plugins 1.2.9.4

     
  • Nobody/Anonymous

    Logged In: NO

    I had the same problem, it was working with some sites and
    not others, and had to change the method it was trying to
    use. The code was.

    meth = SSLv2_client_method ();

    Changed to

    meth = SSLv3_client_method ();

    It started working and all sites, at least the ones I am
    testing, are working now.

     

Log in to post a comment.