nakijun / morisoliver

Automatically exported from code.google.com/p/morisoliver
0 stars 0 forks source link

IE shows mixed content message when using Bing basemap in an HTTPS OLIVER viewer #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IE still complains about mixed content because the calls to Virtual Earth tiles 
http://ecn.t1.tiles.virtualearth.net/tiles/h03201111.jpeg?g=918&mkt={culture} 
are not HTTPS.  I'm not sure if it's fixable.

I can't figure out where to set it, I think the Virtual Earth might be giving 
back the URL dynamically? which makes it even trickier. 
I tried to make an HTTPS version of the code - I ended up with a second 
directory OpenLayers_2.11_bing_https on maps with a modified OpenLayers.js (but 
same file name). At first it seemed to work with me setting 
"http://dev.virtualearth.net/REST/v1/Locations" to HTTPS but now the URL seems 
to have changed under me. 

Original issue reported on code.google.com by Aleda.Fr...@state.ma.us on 27 Apr 2012 at 8:17

GoogleCodeExporter commented 9 years ago
changed to https instead of http in OpenLayers-closure.js for virtualearth AND 
also changed map.js (Saul change)

Original comment by Aleda.Fr...@state.ma.us on 9 Nov 2012 at 6:18