-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
validing certs without hostname #88
Comments
This is a very bad bug report. How do you expect someone to help you with so little information? Can you provide the certificate(s) and the exact command line that you're invoking? I'm not an exim expert, but this log message could mean many things. Is it related to the certificate you're trying to monitor with ssl-cert-check? |
Hi, |
This script / project is about checking the expiry date of certificates, not about validating the certificate chain(s). Except from the README:
The status column indicates whether the certificate is expiring or not. By default it will warn you, when there are only 30 days left or less:
This means that the certificate will expire in 105 days, as such the certificate is
If it is already expired, it will output If you want to verify the validity / trust chain(s) of certificate, you can use |
Perhaps view this as a feature request, rather than a bug report. I, for one, think it would be good if PR #92 purports to do this, though I haven't looked at it enough to know if that's the correct solution. |
Hi,
my mailserver exim logs "SSL verify error: certificate name mismatch", but your script send me a valid-state. Is it possible that you not check the cert-DN with the hostname?
kindly regards
The text was updated successfully, but these errors were encountered: