Hi All,<div>We need to serve an OpenLayers application, which uses Google base maps API v3, over a secured Https connection. The app has been working fine over normal HTTP for a while but some users now want secured access to it.</div>
<div><br></div><div>We have purchased and successfully installed SSL certificates on our server. I also modified the app to call the Https version of GMaps (<span class="webkit-html-tag" style="font-family:monospace;white-space:pre-wrap;font-size:medium">&lt;script <span class="webkit-html-attribute-name">src</span>=&quot;<a class="webkit-html-attribute-value webkit-html-resource-link" target="_blank" href="https://maps.google.com/maps/api/js?sensor=false&amp;v=3.6">https://maps.google.com/maps/api/js?sensor=false&amp;v=3.6</a>&quot;&gt;</span><span class="webkit-html-tag" style="font-family:monospace;white-space:pre-wrap;font-size:medium">&lt;/script&gt;</span>), BUT the browser (mainly Chrome) displays an ugly cross over the Https with a message that &quot;...this page includes other resources which are not secure&quot;.</div>
<div><br></div><div>I spent some time using Chrome Resources viewer to figure out what was still using Http but with no luck. Then using an older FireFox, I think I found Http 2 links to:-</div><div><br></div><div> 1. Google Terms &amp; Conditions page - <a href="http://www.google.com/intl/en-GB_US/help/terms_map.html">http://www.google.com/intl/en-GB_US/help/terms_map.html</a></div>
<div> 2. A google maps link to the initial displayed location - <a href="http://maps.google.com/maps?ll=...z=7&amp;jl=en-GB">http://maps.google.com/maps?ll=...z=7&amp;jl=en-GB</a></div><div><br></div><div>Could these be what is causing my app to not be 100% secure?</div>
<div><br></div><div>To double check, I did a quick simple GMap V3 demo which displays as 100% secure over Https on our website. Then I did a similar simple OpenLayers (latest dev build) + GMap V3 base map which displays the same cross over the Https and giving the same message.</div>
<div><br></div><div>Any help or advice much appreciated ..and if a bug needs to be raised, I&#39;m happy to create one.</div><div><br></div><div>Jason</div>