Hi guys

We have a site that is forced SSL all the way. We can load everything fine, 
except the close button and the map pointer images, which refuse to load as 
https.

We load using 

  <script type="text/javascript" 
src="https://google-maps-utility-library-v3.googlecode.com/svn/trunk/styledmarker/src/StyledMarker.js";></script>
 


Trouble is, the google hosted StyledMarker.js has an http:// call at the 
start.
(function() {
  var bu_ = 'http://chart.apis.google.com/chart?chst=';

If I host this myself, and change to https, I get the green light, but then 
I get an SSL invalid error for google.com's certificate - this is crippling 
me! What are we doing wrong?

Thx

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/7ge4BItFY9UJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to