Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

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".

Tìm hiểu thêm

Secure connection failed in version 37.0.1 but works in all other browsers and firefox 36

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

more options

https://mail.twcbc.com/ will not load. The is Time Warner's business class web email.

The specific message is: Secure Connection Failed

The connection to mail.twcbc.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.

This page loads in IE 11 with all recent patches, and in Chrome. Also it will load in Firefox 35 and 36. This issue is specific to 37.0.1

https://mail.twcbc.com/ will not load. The is Time Warner's business class web email. The specific message is: Secure Connection Failed The connection to mail.twcbc.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. This page loads in IE 11 with all recent patches, and in Chrome. Also it will load in Firefox 35 and 36. This issue is specific to 37.0.1

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. It also uses a weak cipher suite that is not considered safe.

  • Connection Encrypted (TLS_RSA_WITH_AES_128_CBC_SHA, 128 bit keys, TLS 1.0)

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 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.

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

Được chỉnh sửa bởi cor-el vào

more options

cor-el said

The website may try to fallback to TLS 1.0 in a way that is no longer allowed in current releases. It also uses a weak cipher suite that is not considered safe.
  • Connection Encrypted (TLS_RSA_WITH_AES_128_CBC_SHA, 128 bit keys, TLS 1.0)
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 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.

Sorry, unless I'm putting it in the wrong place

I did try both just the domain, the full URL. same result

more options

You need the full domain: mail.twcbc.com

more options

cor-el said

You need the full domain: mail.twcbc.com

Thank you, that fixes it.