Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Questo sito potrebbe offrire funzionalità limitate durante le operazioni di manutenzione per migliorare l'esperienza utente. Se un articolo non risolve il tuo problema e vuoi richiedere supporto, la nostra comunità di supporto è pronta ad aiutarti tramite @FirefoxSupport su Twitter e /r/firefox su Reddit.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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

  • 5 risposte
  • 9 hanno questo problema
  • 1 visualizzazione
  • Ultima risposta di 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

Tutte le risposte (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.

Modificato da cor-el il

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.