D
D
Dwellss2020-01-14 12:08:35
TLS
Dwellss, 2020-01-14 12:08:35

Is there a service for checking the TLS version?

Subject. To drive in the address and find out the TLS version on the site.
And if this does not exist (I did not find it, I searched for half an hour), then how can I check, in principle, from the console?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Gavrilov, 2020-01-14
@Dwellss

https://www.ssllabs.com/ssltest/

E
Eugene, 2020-01-14
@yellowmew

if you want it from the console - install openssl (for windows there are binaries compiled by different offices https://wiki.openssl.org/index.php/Binaries)
then
openssl s_client -connect <server>:<port - in the standard case 443> and look at the output.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question