搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How can we find the security protocol used by a site in firefox for version 24.6.0

  • 3 个回答
  • 1 人有此问题
  • 1613 次查看
  • 最后回复者为 VaibhavGupta

more options

I am unable to find the security protocol used by site , whether it is TLS 1.0 or 1.2 or SSL .

I am unable to find the security protocol used by site , whether it is TLS 1.0 or 1.2 or SSL .

被采纳的解决方案

I see that my above reply is marked as unhelpful, so I assume that it doesn't help you for Firefox 24.

You should be able to see what TLS version and cipher suit current releases use. You can use the above posted extension or check that in the Security tab in the Web Console (Firefox/Tools > Web Developer). Firefox 24 only supports TLS 1.0 (security.tls.version.max = 1), so that only leaves you with the protocol to guess.

In Firefox 24 you only have the Security tab in "Tools > Page Info > Security" to see what cipher strength is used and you do not see what cipher suit is used. To find that you would have to disable all cipher suits by setting the security.ssls prefs to false and enable one at the time until you get a secure connection.

定位到答案原位置 👍 0

所有回复 (3)

more options

Why do you need a to use an old Firefox 24 ESR version?

Firefox 31.7.0 ESR is current and Firefox 38.0.1 ESR has been released.

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required)?

You can do a server test:

For current Firefox releases (25 and later) you can look at this extension:

more options

选择的解决方案

I see that my above reply is marked as unhelpful, so I assume that it doesn't help you for Firefox 24.

You should be able to see what TLS version and cipher suit current releases use. You can use the above posted extension or check that in the Security tab in the Web Console (Firefox/Tools > Web Developer). Firefox 24 only supports TLS 1.0 (security.tls.version.max = 1), so that only leaves you with the protocol to guess.

In Firefox 24 you only have the Security tab in "Tools > Page Info > Security" to see what cipher strength is used and you do not see what cipher suit is used. To find that you would have to disable all cipher suits by setting the security.ssls prefs to false and enable one at the time until you get a secure connection.

more options

Thanks a lot for your reply Cor-El .

I tried the same thing at last  :) .