PDA

View Full Version : [all variants] TLS question


themostunoriginalname
September 8th, 2008, 06:57 PM
If I have the most updated SSL library in the repository, what version of TLS do I have?

MBoelen
September 9th, 2008, 03:44 PM
dpkg -l | grep -i tls

Could possible give you more info about your version.

Or try connecting with the s_client mode within OpenSSL (openssl s_client -debug)