Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

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.

Where is the encryption button in Fire fox ver. 23 ?

  • 1 resposta
  • 4 têm este problema
  • 4 visualizações
  • Última resposta de cor-el

more options

After installing Fire fox 23, I wanted to solve SSL error for secure web sites but unfortunately the Encryption button in not in the Advanced tab any more, could you please show me how to activate this feature again?

After installing Fire fox 23, I wanted to solve SSL error for secure web sites but unfortunately the Encryption button in not in the Advanced tab any more, could you please show me how to activate this feature again?

Todas as respostas (1)

more options

Current Firefox no longer have a user interface setting to disable TLS or SSL3, but you can make the change on the about:config page.
SSL3 and TLS 1.0 are enabled by default in the current Firefox release.

You can set the security.tls.version.min and security.tls.version.max prefs to 0 to disable TLS (0 means SSL3)

You may need to close and restart Firefox after changing these prefs.

security.tls.version.min = 0
security.tls.version.max = 0
0 means SSL 3.0, 1 means TLS 1.0, 2 means TLS 1.1, etc.

Be cautious with activating TLS 1.1 because the fallback to lower protocols isn't implemented yet and Firefox will fail to connect if the server doesn't support it (i.e. Firefox will insist on using TLS 1.1).