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