我必须将域名从http更改为https。运行的地图应用程序使用Openlayers 2.11。 OL使用通过http提供的脚本加载切片图层(Bing,Google,...),因此此网站在Chrome + Firefox中被屏蔽(混合内容)。
例如
混合内容:“https://viewer.example.com/”的页面是 通过HTTPS加载,但请求不安全的图像 'http://ecn.t2.tiles.virtualearth.net/tiles/a1202033.jpeg?g=3112'。 此内容也应通过HTTPS提供。
我无法升级Openlayers!
我有什么机会?是否有https版本的OL 2.11或类似“forceSSL = true”的内容?
干杯,
的Motorama