IE 8:仅显示安全内容

时间:2013-03-13 17:00:29

标签: web-applications ssl apache-shindig

我手动修改了Shindig App的XML文件,以便从https://<my url>而不是http://<my url>获取资源。

当我通过SSL导航到Shindig App所在的页面时,我得到了"Do you want to view only the webpage content that was delivered securely?"

点击No后,我看到应用呈现为"The webpage cannot be found."

但是,我可以导航到Shindig App的XML文件。

请告知。

1 个答案:

答案 0 :(得分:1)

打开小提琴手,观看所有请求。文件:js,css,html,图片,所有这些必须通过https提供,以便此警告消失。我现在想象html正在服务https但其他一切仍然被包含为常规http。