nakijun / morisoliver

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

OLIVER does not load in Firefox or Chrome when accessed via https #235

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Using the latest Firefox or Chrome, go to:
https://maps.massgis.state.ma.us/map_ol/oliver.php
(This is the link that comes up on Google when you search for OLIVER.  Note the 
https prefix.)

2. See that nothing loads at all.

This is because it's loading non-secure content.  I guess it's a new security 
thing.  To fix this, either redirect to non-SSL, or remove the hardcoded scheme 
prefixes from all JS and CSS includes.

Original issue reported on code.google.com by plug...@gmail.com on 22 Feb 2014 at 4:24

GoogleCodeExporter commented 9 years ago

Original comment by Aleda.Fr...@state.ma.us on 24 Feb 2014 at 7:35

GoogleCodeExporter commented 9 years ago
oliver.php was modified to add a few lines of PHP at the top to force https to 
http (for oliver.php file only).  Tested successfully in FF, IE, Safari and 
Chrome on Windows 7. 

Original comment by Aleda.Fr...@state.ma.us on 25 Feb 2014 at 9:19