Is there a way to detect on the client side if the Transport Layer Security (TLS) in user’s browser is enabled, with the help of JavaScript code?
We are using https and if TLS is not enabled, the user will not be able to view our pages. We want to detect the TLS state and give the user instructions on how to enable it.
Does some built-in object or function exist for TLS like navigator.javaEnabled() for java?
Any help is appreciated.
We are using https and if TLS is not enabled, the user will not be able to view our pages. We want to detect the TLS state and give the user instructions on how to enable it.
Does some built-in object or function exist for TLS like navigator.javaEnabled() for java?
Any help is appreciated.