I am using google maps on http, it is working perfectly fine. But when i installed ssl certificates over the same, it stopped working. It is giving me errors
I faced this problem today for Marker cluster library, so I had to update the images directory manually from the js source file, open markercluster.js
and replace:
https://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer
With the directory in github:
https://googlemaps.github.io/js-marker-clusterer
And you should be fine..