Find all current certificates that still use TLS 1.0 and TLS 1.1
08 March 2020
All major browsers are ending support for TLS 1.0 and 1.1 in 2020. Any websites still supporting these protocols will have their grades capped to an ugly B.
A client chasing certificates noticed that ShadowTrackr did not have the option to show or export current certificates that still use TLS 1.0 and TLS 1.1. There’s an option to list all certificates under reports, and there’s an option to list all certificates using TLS 1.0 and TLS 1.1. However you couldn’t combine both and that sucks.
So, this weeks update added more options to search. I added the
last_seen field to certificates, websites, hosts, whois and dns records. You can use it to find your current certificates that still use TLS 1.0 and TLS 1.1. It works like this (type in search bar):
(certificate.protocols: "TLS 1.0"
OR certificate.protocols: "TLS 1.1")
AND certificate.last_seen>2020-03-01
Handy right? As with any search, an export button will appear on the top right of the page allowing you to easily download or email the search results.
Please keep sending your comments, suggestions and frustrations. It really helps to focus development effort on the things that are most useful.