自签名SSL链接无法正常工作

时间:2009-11-19 21:26:57

标签: firefox ssl internet-explorer-8 embedded

我有一个带有自签名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.

造成这种情况的原因是什么?为什么一个浏览器一直在工作而另一个只能每隔一段时间工作一次?

1 个答案:

答案 0 :(得分:1)

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