Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

In Firefox 38.5, how do I ensure it will only use tls 1.2 and not fallback to lower versions or ssl?

  • 2 respostas
  • 4 têm este problema
  • 124 visualizações
  • Última resposta por mmarino

more options

I'm using Firefox 38.5 on CentOS 5.6. My current settings in about:config are as follows: security.tls.version.fallback-limit = 3 security.tls.version.max = 3 security.tls.version.min = 1

Are these settings already correct to only allow tls 1.2 or do I need to change the min value to 3 as well?

I'm using Firefox 38.5 on CentOS 5.6. My current settings in about:config are as follows: security.tls.version.fallback-limit = 3 security.tls.version.max = 3 security.tls.version.min = 1 Are these settings already correct to only allow tls 1.2 or do I need to change the min value to 3 as well?

Solução escolhida

You would have to set security.tls.version.min = 3 if you really only want to enable TLS 1.2 Note that this will break servers that do not support TLS 1.2

0 means SSL 3.0, 1 means TLS 1.0, 2 means TLS 1.1, 3 means TLS 1.2 etc.

Ler esta resposta no contexto 👍 4

Todas as respostas (2)

more options

Solução escolhida

You would have to set security.tls.version.min = 3 if you really only want to enable TLS 1.2 Note that this will break servers that do not support TLS 1.2

0 means SSL 3.0, 1 means TLS 1.0, 2 means TLS 1.1, 3 means TLS 1.2 etc.

Modificado por cor-el a

more options

Thanks - excellent answer.