Here’s the command to list what SSL and TLS protocols are active.
openssl ciphers -v | awk '{print $2}' | sort | uniq
cloud engineer
Here’s the command to list what SSL and TLS protocols are active.
openssl ciphers -v | awk '{print $2}' | sort | uniq