konklone / shaaaaaaaaaaaaa

Check if a website has weak SHA-1 TLS certificates.
https://shaaaaaaaaaaaaa.com
BSD 3-Clause "New" or "Revised" License
207 stars 27 forks source link

Include CACert root in bundle #75

Closed konklone closed 9 years ago

konklone commented 9 years ago

Seems all upside for this project, since all we're measuring is SHA-1 vs SHA-2 usage, and not actually validating anyone's hostname or expiry dates or trustedness, etc.

Chrome doesn't ship with CACert in its trust store. So the only thing ordinary people will see are a big red strikethrough and a privacy error anyway. For those who choose to add the root cert to their trust store, this will make the site match what I hope is the behavior of Chrome in that situation, which is not to validate the added root by its signature.

Fixes #74.

jonnybarnes commented 9 years ago

Seems a sensible to me :+1:

wvdraay commented 9 years ago

Thanks for the quick fix, very helpful!