Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 3 பதிலளிப்புகள்
  • 5 இந்த பிரச்னைகள் உள்ளது
  • 2 views
  • Last reply by stefano.fornari

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

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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

Read this answer in context 👍 0

All Replies (3)

added page info showing the alghoritms used

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

தீர்வு தேர்ந்தெடுக்கப்பட்டது

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