Linux Verify TLS version used

 Commnd to verify TLS version on linux


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

[root@ranjith2 ~]# openssl ciphers -v | awk '{print $2}' | sort | uniq
SSLv3
TLSv1.2
[root@ranjith2 ~]#

No comments:

Post a Comment

How to increase ESXi webclient login user application timeout

 To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...