MicheleBertoli / react-gmaps

A Google Maps component for React.js
http://react-gmaps.herokuapp.com/
MIT License
317 stars 68 forks source link

This request has been blocked; the content must be served over HTTPS. #89

Closed hhelb closed 7 years ago

hhelb commented 7 years ago

Hi, first of all thanks for your work. I ran into this error while in production:

Mixed Content: The page at 'https://MyUrl.com' was loaded over HTTPS, but requested an insecure resource 'http://maps.googleapis.com/maps/api/geocode/json?latlng=46.19018519999999,6.1402054000000135'. This request has been blocked; the content must be served over HTTPS.

Do you know where I can write the request to serve the content over HTTPS? Do I have to override one of the module's method?