sslscan icon indicating copy to clipboard operation
sslscan copied to clipboard

TLS version results

Open JBMMU opened this issue 4 years ago • 1 comments

Not sure if this is an issue but im struggling to find an answer anywhere. Why would the sslscan and an openssl scan return different results for a particular site?

JBMMU avatar Feb 18 '21 15:02 JBMMU

One reason that they might be different is that the version of OpenSSL you're using may not support all of the protocols or ciphers that sslscan does (for example, older versions might not have TLSv1.3, and newer versions might have disabled TLSv1.0).

Without knowing exactly what you're seeing, it's hard to give a definitive answer. Do you have some more details, or a site/PCAP that you could share?

rbsec avatar Feb 18 '21 17:02 rbsec