Matty

Results 42 comments of Matty

Hey Joe, The conformance tests sound like a great place to stick this. I just wanted to share this piece of information so others reading the book and experimenting with...

It is working correctly here: ``` $ ./ssl-cert-check -s m3.ihost.getbills.com -p 443 Host Status Expires Days ----------------------------------------------- ------------ ------------ ---- m3.ihost.getbills.com:443 Valid Oct 12, 2022 391 ``` You may want...

Can you add a set -vx to the top of the script and paste the output to the issue? Also, can you send me the temporary files that were created?...

Can you try the latest version (4.12)? I incorporated a ton of fixes from Daniel Lewart. This should address this issue.

How are you calling ssl-cert-check? The file checking option works OK for me: $ ./ssl-cert-check -c prefetch.net.pem Host Status Expires Days ----------------------------------------------- ------------ ------------ ---- FILE:prefetch.net.pem Valid Apr 13, 2020...

I also verified the "-f" option is working as expected. The following article has several examples which run OK on my laptop: https://prefetch.net/articles/checkcertificate.html

Can you send me the file you are using? I've tried numerous permutations and can't re-produce this. :(

The latest versions runs OK against the file you provided: $ ssl-cert-check -f serverlist-42.txt -i Host Issuer Status Expires Days ----------------------------------- ----------------- -------- ----------- ---- www.munzinger.de:443 Let's Encrypt Valid Mar...

Can you try version 4.12? I just uploaded a new version with several fixes from Daniel Lewart. The parsing logic changes he added should address this.