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

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...