Is there a way to check if a browser has TLS enabled?
I’m limited to using HTML and Javascript.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Javascript, utilizing ActiveX, and intended for IE7,
This outputs a bitfield, with decimals equating to:
168 = SSL 3.0, SSL 2.0, TLS 1.0 Enabled
160 = SSL 3.0, TLS 1.0 Enabled
40 = SSL 3.0, SSL 2.0 Enabled
8 = SSL 2.0 Enabled
0 = None are enabled
MSDN on IE7 and HTTPS