如何解决"Error code: sec_error_invalid_algorithm"?


I am failed to load Google in my Firefox and getting the following error : 
  1. 错误

    安全连接失败。连接WWW.Google.com时发生错误。安全库:无效的算法。**(错误代码:sec_error_invalid_algorithm)**

    • 由于收到的真实性,无法显示您试图查看的页面数据无法验证。
    • 请联系网站所有者告知他们这个问题。或者,使用命令,用于报告此损坏的站点。

      这个问题是在我尝试安装谷歌浏览器后出现的。我用的是centos6。我怎么解决这个问题?

这是CentOS中提到的一个bug。请参阅网址:- http://osdir.com/ml/centos/2013-11/msg00670.html

如果你可以只使用firefox或尝试使用与cims兼容的其他旧版本chrome会更好。

谢谢,问候,
Alok Thaker

我在Centos 6.4系统上安装Skype v4.3后遇到了同样的问题。问题似乎是缺乏nss-softokn*和nss-softokn-freebl*包。

你可以检查这些包是否已经安装:

rpm -qa | grep nss-softokn

你可以这样安装这些包:

yum install nss-softokn*

相关内容

  • 没有找到相关文章

最新更新