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() {