• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Search

Active SSL and TLS Protocols

September 15, 2023

Here’s the command to list what SSL and TLS protocols are active.

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

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

Filed Under: Linux Tagged With: cipher, openssl, ssl, tls, version

  • Home
  • About
  • Search

Copyright © 2023