SSL expiry giving wrong results
Posted: Fri Jan 17, 2020 1:13 am
Hi,
We have a requirement, We need to setup monitoring of the SSL expiry for the URL https://fs.anz.com/adls/ls/idpinitiatedsignon.aspx?
We are using a plugin check_ssl_cert_expiry to check the expiry of the SSL certificate.
Following is the syntax.
check_ssl_cert_expiry -h <host> -w <warning> -c <critical>
We are getting wrong results while checking the SSL expiry.
./check_ssl_cert_expiry -h fs.anz.com -w 45 -c 30
CRITICAL : 0 days are left for SSL Certificate Expiration on Host anz.com
fs.anz.com is the certificate name.
When we check on web site , expiry date is on 12/22/2021
When we check the same for google.com we are getting correct results.
./check_ssl_cert_expiry -h google.com -w 45 -c 30
OK: 56 days are left for SSL Certificate Expiration on Host google.com
What could be the reason?
We have a requirement, We need to setup monitoring of the SSL expiry for the URL https://fs.anz.com/adls/ls/idpinitiatedsignon.aspx?
We are using a plugin check_ssl_cert_expiry to check the expiry of the SSL certificate.
Following is the syntax.
check_ssl_cert_expiry -h <host> -w <warning> -c <critical>
We are getting wrong results while checking the SSL expiry.
./check_ssl_cert_expiry -h fs.anz.com -w 45 -c 30
CRITICAL : 0 days are left for SSL Certificate Expiration on Host anz.com
fs.anz.com is the certificate name.
When we check on web site , expiry date is on 12/22/2021
When we check the same for google.com we are getting correct results.
./check_ssl_cert_expiry -h google.com -w 45 -c 30
OK: 56 days are left for SSL Certificate Expiration on Host google.com
What could be the reason?