ushahidi / crowdmap-issues

A centralized repository for filing, tracking and discussing bugs and features in Crowdmap.com and Crowdmap's API.
0 stars 2 forks source link

Nominatim Geocoder Does Not Support SSL #318

Closed brianherbert closed 11 years ago

brianherbert commented 11 years ago

Up to date browsers that disable mixed content by default (like Firefox) will not be able to create locations. This is because we make an AJAX call to get location details and it will fail since it's making a request to HTTP and not HTTPS.

As far as I can tell, Nominatim doesn't support SSL connections which means we will probably have to proxy calls.

brianherbert commented 11 years ago

Proxying results now. Closing.