]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/clean-db-nominatim.erb
Convert some URLs to https
[chef.git] / cookbooks / nominatim / templates / default / clean-db-nominatim.erb
index 0e54e1cc1fc6b14831d3789c456775a7d3094deb..921a60d096fe7180717fcf2f7943d3a75ea62472 100644 (file)
@@ -7,7 +7,7 @@
 oldest=`date +%s`
 
 for fl in <%= @streaming_clients %>; do
-  lastupdate=`wget -O - -q http://${fl}.openstreetmap.org/last_update.php`
+  lastupdate=`wget -O - -q https://${fl}.openstreetmap.org/last_update.php`
   if [[ "$?" != "0" ]]; then
     oldest=0
     break