-
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
parsing incorrectly #100
Comments
Yeah, I'm also faced with this, for example: Host Status Expires Days ERROR: The file named /var/tmp/cert.X0uptO is unreadable or doesn't exist |
After update to 4.14: Host Status Expires Days acme.com/page:443 Unable to resolve the DNS name acme.com/page Unknown 0, 0 0 |
Instead of showing this error, can we return user friendly msg e.g UNKNOWN or NA or INVALID CERTS Because of this error, my whole dashboard is breaking |
All, 1) Attached is a patch which fixes the original "Certificate Issuer with a comma" bug 2a) acme.com/page is an invalid hostname; use acme.com Enjoy! [certissuer.txt](https://github.com/Matty9191/ssl-cert-check/files/7896453/certissuer.txt #115 |
Hi, I'd like to report that whenever the Issuer has the character, comma, in its name, the output failed to parse the Issuer correctly.
As a sample: https://imgur.com/a/aq5kufb
Thanks...
The text was updated successfully, but these errors were encountered: