WorldWindEarth / explorer

WorldWindExplorer: A 3D virtual globe geo-browser app framework based on WorldWindJS, Bootstrap and KnockoutJS. Includes 3D globe and 2D map projections, imagery, terrain, markers, plus solar and celestial data.
https://worldwind.earth/explorer
MIT License
75 stars 24 forks source link

Support HTTPS #128

Closed emxsys closed 5 years ago

emxsys commented 6 years ago

Issue: There are http links this the Explorer code base that need to be converted to https to avoid mixed content violations in the browser when using secure connections.

nicolasvila commented 6 years ago

Hi Bruce. I confirm an issue when adding a HTTPS based WMS service (requests are sent with http:// instead of https://) Usually I'm setting up a default/empty HTTP virtualhost on Nginx server redirecting permanently all the requests to https. Seems that WWE does not follow the redirection, despite I can see the tiles images in the Chrome network tab.

emxsys commented 5 years ago

Changed http links to https. Changed project setting to not enforce https.