matteocorti / nagios_plugins

18 stars 7 forks source link

Perl module Date::Parse not installed: disabling date computations #107

Closed matteocorti closed 8 years ago

matteocorti commented 8 years ago

Original reporter: jbfabbe@gmail.com

./check_ssl_cert -H myip -c 60 -r /tmp/ -n hostname -v Perl module Date::Parse not installed: disabling date computations downloading certificate to /tmp SSL_CERT CRITICAL request.alphacredit.be: Cannot verify certificate verification error: unable to get local issuer certificate verification error: certificate not trusted verification error: unable to verify the first certificate

matteocorti commented 8 years ago

Original reporter: matteo@corti.li

The problem has nothing to do with the missing Perl module (it is optional). The problem is that openssl is not able to validate the certificate since the intermediate certificate is not available.

You should configure your web server to deliver the whole certificate chain.

See https://knowledge.verisign.com/support/ssl-certificates-support/index?page=content&id=AR212 for VeriSign