From 10bedb42b5fb979e743e9852e24ae694f673e2c7 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Thu, 31 Aug 2017 10:28:17 +0200 Subject: [PATCH] GVH: Update API base to HTTPS. --- enabler/src/de/schildbach/pte/GvhProvider.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enabler/src/de/schildbach/pte/GvhProvider.java b/enabler/src/de/schildbach/pte/GvhProvider.java index 345d974c..6ef99497 100644 --- a/enabler/src/de/schildbach/pte/GvhProvider.java +++ b/enabler/src/de/schildbach/pte/GvhProvider.java @@ -32,9 +32,9 @@ import okhttp3.HttpUrl; * @author Andreas Schildbach */ public class GvhProvider extends AbstractEfaProvider { - private static final HttpUrl API_BASE = HttpUrl.parse("http://bhb.efa.de/bhb/"); + private static final HttpUrl API_BASE = HttpUrl.parse("https://bhb.efa.de/bhb/"); // http://www.efa.de/efaws2/cmsembedded_gvh/ - // http://bhb.efa.de/bhb/ + // https://bhb.efa.de/bhb/ // http://mobil.efa.de/mobile3/ public GvhProvider() {