Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

From which Version of Firefox uses XUL Runner supporting TSL 1.2

  • 2 respostas
  • 1 tem este problema
  • 1 visualização
  • Última resposta de 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

Todas as respostas (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;