vote up 1 vote down star
1

Hi,

We are using Google Maps over https using a free maps API key. The Google Maps API FAQ says:

"The Google Maps JavaScript API and Google Static Maps API can be accessed over a secure (https) connection by Google Maps API Premier customers. If the Google Maps APIs are used with a free Maps API key on a secure site, the browser may warn the user about non-secure objects on the screen."

My understanding of the above is that the API will work anyway, but users might get a security warning. For us, however, the map will not display at all, rendering the page completely unusable.

Does anybody know if Google is blocking use of the maps API over https with free maps API keys?

Thanks!

flag
1  
I think it means you can only access google maps as HTTP, but if you use any HTTP on a page that is HTTPS you'll get the warning. If you attempt to access the maps as HTTPS then you would get nothing. That's how I'm reading the FAQ that you quoted. – Colin Mackay Jul 29 at 16:02
I think that your understanding is correct. Can you see if there are any errors? You can use Firebug to check. – Chris B Jul 30 at 15:26

2 Answers

vote up 1 vote down

no, google will let you display the map even if you are using free google API's over https login. It definitely gives you a pop up box asking for a yes/no but your map will be displayed for sure.

Thanks

link|flag
vote up 3 vote down

From a quick look at the google maps premier site it seems like they probably are blocking it. One of the listed features is the "ability to provide secure maps over https"

http://code.google.com/apis/maps/documentation/premier/

Okay, here is some more specific info:

http://code.google.com/apis/maps/faq.html#ssl

It seems like you are probably getting a blank map because you are attempting to access with https a service that is only available to premiere members

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.