I want to verify the security of a website’s connection by checking which version of TLS (Transport Layer Security) it is using. What are the easiest methods or tools to determine the TLS version in use on a website?
I’m looking for practical, hands-on ways to check this, whether via a browser extension, command-line tools like OpenSSL, or online services.