Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using the google maps API with regular key (not premier). When connecting to my server with http, everything works fine, but when connecting with https i receive the following instead of map:

initialization failed please check the API key swf location, version and network availability

Is that because it is not premier key? can I force the google maps API to use http instead of https so that I will receive the maps?

share|improve this question

2 Answers

up vote 0 down vote accepted

https is only supported for premier maps api customers.

share|improve this answer
i tried new key that was assigned to dev.bla.net (original key assigned to dev.bla.net). In that case i receive an error saying that the key cant be verified – Erik Sapir Jul 14 '10 at 8:59
there suppose to be https before the first address and http before the second – Erik Sapir Jul 14 '10 at 9:01

Https in the Google Maps API is no longer restricted to Premier users. It is now available to everyone.

http://googlegeodevelopers.blogspot.com/2011/03/maps-apis-over-ssl-now-available-to-all.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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