Checking the TLS version in browser requests to https connection

我怕爱的太早我们不能终老 提交于 2019-12-12 05:38:40

问题


I want to check which TLS version client(Browser) is supporting currently.And which TLS version it wants to use. Is there any other way to check which TLS version a particular browser support.


回答1:


Almost all browsers can now support TLS 1.0. Other versions of TLS 1.1 and 1.2 depend much more of your Browser and its version.

I will recommend you to keep staying with TLS 1.0 except if you really need one of the new features...




回答2:


"wants to use" is typically the highest level it supports, failing back to lower levels as each is denied or not available from the server.

Wikipedia has a table here that describes support for various browsers. I would recommend using the best that both browser and server support as a general rule.

If you have specific concerns perhaps a new question that describes those concerns and gives use cases would be a good way to find guidance.



来源:https://stackoverflow.com/questions/19443469/checking-the-tls-version-in-browser-requests-to-https-connection

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!