# list all supported openssl ciphers, excluding null ciphers
opensslciphers-v'ALL:eNULL'# listing a set of ciphers, based on include and exclude
opensslciphers-v'ALL:!eNULL:!aNULL:!RSA'
# test a connection to ciphersuite.info with a cipher that likely doesn't workecho''|openssls_client-cipher'NULL-MD5'-connectciphersuite.info:443
# testing with a cipher that does work as of 2023echo''|openssls_client-cipher'ECDHE-RSA-AES256-SHA'-connectciphersuite.info:443