我手动修改了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文件。
请告知。
答案 0 :(得分:1)
打开小提琴手,观看所有请求。文件:js,css,html,图片,所有这些必须通过https提供,以便此警告消失。我现在想象html正在服务https但其他一切仍然被包含为常规http。