【发布时间】: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