Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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

  • 3 件の返信
  • 5 人がこの問題に困っています
  • 2 回表示
  • 最後の返信者: stefano.fornari

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

選ばれた解決策

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

この回答をすべて読む 👍 0

すべての返信 (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

選ばれた解決策

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