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.

ssl_error_no_cypher_overlap in Firefox developer edition, Warning Triangle in Firefox but working OK in Chrome

  • 3 risposte
  • 9 hanno questo problema
  • 2 visualizzazioni
  • Ultima risposta di RichardCocks

more options

When Browsing with Chrome to https://apollo.adc.uk.com the certificate shows fine and shows a SHA256 signed certificate.

In Firefox (36.0) it shows a grey warning triangle and the console shows "This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1." and I cannot use firefox to show the certificate details.

In Firefox Developer Edition (38.0a2 (2015-03-01)) it shows an Error Page with Error code: ssl_error_no_cypher_overlap

We have been in contact with both our hosting company (who configure SSL termination on the LB) and the certificate issuers to ask for support but they report everything is OK as expected and they suspect a Firefox bug.

When Browsing with Chrome to https://apollo.adc.uk.com the certificate shows fine and shows a SHA256 signed certificate. In Firefox (36.0) it shows a grey warning triangle and the console shows "This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1." and I cannot use firefox to show the certificate details. In Firefox Developer Edition (38.0a2 (2015-03-01)) it shows an Error Page with Error code: ssl_error_no_cypher_overlap We have been in contact with both our hosting company (who configure SSL termination on the LB) and the certificate issuers to ask for support but they report everything is OK as expected and they suspect a Firefox bug.

Tutte le risposte (3)

more options

hi RichardCocks, this is no bug in the browser - your site only offers weak TLS_RSA_WITH_RC4_128_SHA encryption which should be considered broken. according to this recent proposal browsers have to stop supporting RC4: https://tools.ietf.org/html/rfc7465

starting with firefox 38, the browser will show the error message you've referenced on affected sites...

more options

Modificato da James il

more options

Thanks, I have passed this info onto the hosting company and we have worked to resolve this issue.