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

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

ఇంకా తెలుసుకోండి

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

  • 2 ప్రత్యుత్తరాలు
  • 4 ఈ సమస్యలు కలిగి ఉన్నాయి
  • 58 వీక్షణలు
  • చివరి సమాధానమిచ్చినది 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?

ఎంపిక చేసిన పరిష్కారం

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.

ఈ సందర్భంలో ఈ సమాధానం చదవండి 👍 4

ప్రత్యుత్తరాలన్నీ (2)

more options

ఎంపిక చేసిన పరిష్కారం

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.

న cor-el చే మార్చబడినది

more options

Thanks - excellent answer.