From 3b333771243a2df15dc28d13c9713507f96430b7 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Fri, 16 Mar 2018 11:51:57 +0300 Subject: [PATCH] =?UTF-8?q?http=20=E2=86=92=20https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- osmupdate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osmupdate.c b/osmupdate.c index 5a6e737..d57e8b3 100644 --- a/osmupdate.c +++ b/osmupdate.c @@ -515,7 +515,7 @@ static int global_max_merge= 7; static const char* global_gzip_parameters= ""; // parameters for gzip compression static char global_base_url[400]= - "http://planet.openstreetmap.org/replication"; + "https://planet.openstreetmap.org/replication"; static char global_base_url_suffix[100]=""; // for old replication URL, to get "day-replication" instead of "day"