Test specific TLS protocol openssl

Force a version to confirm support; use -tls1_3 / -no_tls1_2 to test policy

openssl s_client -connect <host>:443 -tls1_2 </dev/null 2>&1 | grep -E 'Protocol|Cipher'
more openssl all 27 commands →