Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

In Firefox version 37.0 getting Secure Connection Failed config parameter version.fallback-limit set to 3. Does this support TLS 1.0 .

  • 5 trả lời
  • 17 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

In FF 37.0 getting secure connection failed connecting to a website. Works fine in previous version. Config parameter version.fallback-limit default setting is 3. In previous version the default setting was 1. Does the setting version.fallback-limit to 3 mean only TLS1.2 is supported. Any help is appreciated. Secure Connection Failed

The connection to xxxx.xxx.com was interrupted while the page was loading.

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Thx,

In FF 37.0 getting secure connection failed connecting to a website. Works fine in previous version. Config parameter version.fallback-limit default setting is 3. In previous version the default setting was 1. Does the setting version.fallback-limit to 3 mean only TLS1.2 is supported. Any help is appreciated. Secure Connection Failed The connection to xxxx.xxx.com was interrupted while the page was loading. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem. Thx,

Tất cả các câu trả lời (5)

more options

The website may try to fallback to TLS 1.0 in a way that is no longer allowed in current releases or may be using a deprecated cipher suite.

You can open the about:config page via the location/address bar and use its search bar to locate this pref:

  • security.tls.insecure_fallback_hosts

You can double-click the line to modify the pref and add the domain (full domain) to this pref. If there are already websites (domains) in this list then add a comma and the new domain (no spaces). You should only see domains separated by a comma in the value column.


See also:

more options

I think you have diagnosed the change in Firefox 37 correctly. Many web servers, for whatever reason, are configured to use TLS 1.0 and only TLS 1.0. The preference that cor-el mentioned allows you to try a site-specific exception to the general fallback rule. It should work immediately, that is, after you save the exception and reload the page, Firefox should connect using TLS 1.0 if that is the only issue.

more options

Thanks for the reply. With the default out of the box Firefox 37 setting we will not be able to connect to sites which support TLS 1.0 only ( old web server) . Is this a correct statement. We are in the process of upgrading to TLS 1.2.

Thanks,

more options

That is how it looks to me so far.

more options