Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

From which Version of Firefox uses XUL Runner supporting TSL 1.2

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 James

more options

I am using XUL Runner from Mozilla in my application which does not support TSL 1.2. Now I need the XUL Runner to be upgraded to support TSL 1.2. I am aware that Mozilla isn't supporting Xul runner but it comes integrated within Firefox . I need to know from which version does the Firefox uses XUL Runner supporting TSL 1.2.

Thanks

I am using XUL Runner from Mozilla in my application which does not support TSL 1.2. Now I need the XUL Runner to be upgraded to support TSL 1.2. I am aware that Mozilla isn't supporting Xul runner but it comes integrated within Firefox . I need to know from which version does the Firefox uses XUL Runner supporting TSL 1.2. Thanks

所有回复 (2)

more options

Why not just use the latest version instead of the earliest version that supports TLS 1.2?

The latest version can be downloaded here: http://ftp.mozilla.org/pub/xulrunner/releases/latest/runtimes/

more options

Firefox has supported TLS 1.2 by default since Firefox 27.0 Release (Feb 4, 2014) as per Bug#861266. It can support TLS 1.3 but still not enabled by default.

There are TLS settings prefs on the about:config page that specify the minimum and maximum TLS version.

  • security.tls.version.min = 1
  • security.tls.version.max = 3

1 means TLS 1.0 2 means TLS 1.1 3 means TLS 1.2 (default) 4 means TLS 1.3;