Index: includes/definitions/geo.inc.php
===================================================================
--- includes/definitions/geo.inc.php	(revision 11184)
+++ includes/definitions/geo.inc.php	(working copy)
@@ -151,7 +151,7 @@
 $config['geo_api'][$api]['forward']        = [
   'method'           => 'GET',
   'request_format'   => 'urlencode',
-  'url'              => 'http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates',
+  'url'              => 'https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates',
   'request_params'   => [
     'SingleLine'    => '%location%',
     //'token'      => '%key%', // API Key. Only Required for Paid Users. If not specified, Free User restrictions will apply.
@@ -177,7 +177,7 @@
 $config['geo_api'][$api]['reverse']        = [
   'method'           => 'GET',
   'request_format'   => 'urlencode',
-  'url'              => 'http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode',
+  'url'              => 'https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode',
   'request_params'   => [
     'location'      => '%lon%,%lat%',
     //'token'      => '%key%', // API Key. Only Required for Paid Users. If not specified, Free User restrictions will apply.
