ssl_error_weak_server_cert_key issue in firefox [closed]

坚强是说给别人听的谎言 提交于 2020-01-03 10:56:07

问题


I am facing the following problem when i access my local weblogic server over SSL.

My Firefox version is 39.0

An error occurred during a connection to localhost:7002. The server certificate included a public key that was too weak. (Error code: ssl_error_weak_server_cert_key) .

I red some thing related to it. It saying server is using 512 length chipper key instead of 1024 length.

Help me to get rid of this issue.


回答1:


I have seen this issue occuring on local servers using self-signed certificates, for instance Webmin etc.

In such a case, you can often handle this problem by re-creating your self-signed key. Thereafter, Firefox 39 will ask the usual "confirm security exception" dialog and all is fine.




回答2:


I tried to use the fix at http://frodo.looijaard.name/article/oem-database-control-security-certificate, but my emctl release on Oracle 11.1.0.6 does not support the options it details at the end. So I fixed it by unsecuring the console.

emctl unsecure dbconsole

A somewhat poor response I agree to what Mozilla are doing, but this system is only available on an internal network.




回答3:


Also received this issue starting yesterday with FireFox version 39. There was a security update to FireFox. Couldn't immediately figure out how to reset the security prompts so I downloaded an older version and no longer receive this message.



来源:https://stackoverflow.com/questions/31265573/ssl-error-weak-server-cert-key-issue-in-firefox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!