为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

API GET call from mozilla invalid security certificate looks like cipher suite from certificate is not in the preference list

more options

I have to a make a API GET call from a website.. only from mozilla browser I get following error "uses invalid security certificate. The certificate is not trusted because the issuer certificate is unknown. The server might not be sending the appropriate intermediate certificates. An additional root certificate may need to be imported”

When I tested the VIP thru SLLLABS.com found out that cipher suite returned from my certificate from server is not in the preference list of mozilla - https://www.ssllabs.com/ssltest/viewClient.html?name=Firefox&version=47&platform=Win%207&key=132

Is this could be the issue ? How to add the required cipher suite in the certificate, what steps to follow.

I have to a make a API GET call from a website.. only from mozilla browser I get following error "uses invalid security certificate. The certificate is not trusted because the issuer certificate is unknown. The server might not be sending the appropriate intermediate certificates. An additional root certificate may need to be imported” When I tested the VIP thru SLLLABS.com found out that cipher suite returned from my certificate from server is not in the preference list of mozilla - https://www.ssllabs.com/ssltest/viewClient.html?name=Firefox&version=47&platform=Win%207&key=132 Is this could be the issue ? How to add the required cipher suite in the certificate, what steps to follow.

所有回复 (3)

more options

Are you sure it's a cipher problem? The message doesn't mention ciphers. It is more characteristic of an incomplete chain problem (server not sending intermediate certificates). The SSLLabs diagnostic for the server should indicate whether the chain is complete or incomplete.

As for ciphers, Firefox may gradually add more cipher suites, but not quickly. I'm not aware of any way to inject your own ciphers into Firefox. It's much easier to change the ciphers on the server, assuming you control the server.

I saw a post the other day about the most common cipher suites selected by clients on one or more Mozilla servers. Might be interesting if you are looking at what has wide browser support: https://jve.linuxwall.info/blog/index.php?post/2016/08/04/TLS-stats-from-1.6-billion-connections-to-mozilla.org

more options

Thanks for your response. I am not sure if its cipher problem but from SSLLABS test its understood that the cipher suite returned from server is not in the preference list of firefox. I need help on what steps need to take to inject required cipher suite on the server for the certificate? Report also indicated there is no forward secrecy and session cahcing, not sure if this causes this issue?!

SSL Lab report. Firefox 31.3.0 ESR / Win 7 Server closed connection Firefox 46 / Win 7 R Server closed connection Firefox 47 / Win 7 R Server closed connection Forward Secrecy No WEAK (more info) Session resumption (caching) No (IDs assigned but not accepted)

由itsdineshm于修改

more options

There are different methods for different servers. You might want to check the forum associated with the server software to see if they have suggestions or solutions on this.