【问题标题】:Self-Signed SSL Link not working自签名 SSL 链接不起作用
【发布时间】:2009-11-19 21:26:56
【问题描述】:

我有一个带有自签名 SSL 证书的嵌入式 Web 服务器。在通过 Web 浏览器关于 SSL 证书自签名的警告后,我发现 IE8 和 Firefox 3.5.5 之间存在差异。

在 IE8 中,如果我尝试下载 PNG 文件,每次都会下载。

在 FireFox 中,每隔一段时间都会给我一个错误。

错误信息是这样的:

Secure Connection Failed
An error occurred during a connection to 192.168.1.100.
SSL peer was unable to negotiate an acceptable set of security parameters.
(Error code: ssl_error_handshake_failure_alert)

*The page you are trying to view can not be shown because the authenticity of the received data could not be verified.
*Please contact the web site owners to inform them of this problem. Alternatively, use the command found  in the help menu to report this broken site.

这是什么原因造成的?为什么一个浏览器一直运行,而另一个浏览器每隔一段时间才运行一次?

【问题讨论】:

    标签: firefox ssl internet-explorer-8 embedded


    【解决方案1】:

    不看数据包很难说。如果我不得不冒险猜测,那就是在第二个请求中,Firefox 正在尝试恢复 SSL 会话,并且由于某种原因,服务器不喜欢这样。在下一个请求中,Firefox 不会尝试恢复,它会再次成功。也许?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-09-25
      • 1970-01-01
      • 1970-01-01
      • 2016-09-05
      • 1970-01-01
      • 2022-10-23
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多