1
我有一個帶有自簽名SSL證書的嵌入式Web服務器。在經過Web瀏覽器關於SSL證書自簽名的警告後,我看到IE8和Firefox 3.5.5之間存在差異。自簽名SSL鏈接不能正常工作
在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.
是什麼原因造成的?爲什麼一個瀏覽器一直工作,另一個瀏覽器只能在其他時間工作?