matteocorti / nagios_plugins

18 stars 7 forks source link

No certificate returned error #98

Closed matteocorti closed 8 years ago

matteocorti commented 8 years ago

Original reporter: ryamry@kimberly.k12.wi.us

I have a couple internal servers that give the following error when checking the ssl cert:

nagios:/usr/local/nagios/libexec # ./check_ssl_cert -H server.domain.com -v

downloading certificate to /tmp

SSL_CERT CRITICAL: No certificate returned

Using a browser HTTPS does work and a certificate is presented.

Please advise.

matteocorti commented 8 years ago

Original reporter: matteo@corti.li

Hi,

the error is coming directly from openssl. Can you try with:

$ openssl s_client -connect host.example.org:443

and see if everything is OK?

Matteo