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!

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

ssl_error_no_cypher_overlap after installing FF 37 (site using TLS1.2)

more options

Similarly to https://support.mozilla.org/en-US/questions/1035149 but for FF 37. Suddenly my site is not working any more. The site hosts a Java service over TLS1.2, at least from the code. If I can help in debugging/investigating, let me know.

stefano

Similarly to https://support.mozilla.org/en-US/questions/1035149 but for FF 37. Suddenly my site is not working any more. The site hosts a Java service over TLS1.2, at least from the code. If I can help in debugging/investigating, let me know. stefano

Izabrano rješenje

thank you! accordingly, generating a RSA certificate solved the problem.

Pročitaj ovaj odgovor u kontekstu 👍 0

Svi odgovori (3)

more options

added page info showing the alghoritms used

more options

Support for DSS prefs has been removed in Firefox 37. security.ssl3.dhe_dss_aes_128_sha

See:

  • bug 1073867 - Remove support for DSS (non-ECC DSA) signatures from mozilla::pkix
  • Bug 1107787 - Disable TLS_DHE_DSS_WITH_AES_128_CBC_SHA support
  • Bug 1114295 - Remove TLS_DHE_DSS_WITH_AES_128_CBC_SHA support
more options

Odabrano rješenje

thank you! accordingly, generating a RSA certificate solved the problem.