Skip to content

To check which version of TLS version is supported in your Linux Machine, enter following command:

openssl ciphers -v | awk '{print $2}' | sort | uniq

The above command should print output with TLS and SSL version supported.