For When You Can't Have The Real Thing
[ start | index | login ]
start > Fedora > 34 > Test TLS version

Test TLS version

Created by dave. Last edited by dave, 2 years and 194 days ago. Viewed 690 times. #3
[diff] [history] [edit] [rdf]
labels
attachments
(2021-10-06)

Problem

Does this device support TLS v1.0 (or 1.1 or 1.2 or 1.3)

Solution

$ openssl s_client -connect system:port -tls1
$ openssl s_client -connect system:port -tls1_1
$ openssl s_client -connect system:port -tls1_2
$ openssl s_client -connect system:port -tls1_3

If you get cert details back from any of those, the device does support the referenced TLS version.

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt