From cbdacd5be550c7027ee29565a63b65b14e3b90d7 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Thu, 31 Aug 2017 10:29:24 +0200 Subject: [PATCH] INVG: Update API base to HTTPS. --- enabler/src/de/schildbach/pte/InvgProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enabler/src/de/schildbach/pte/InvgProvider.java b/enabler/src/de/schildbach/pte/InvgProvider.java index 8ccdaf2c..85e81bd0 100644 --- a/enabler/src/de/schildbach/pte/InvgProvider.java +++ b/enabler/src/de/schildbach/pte/InvgProvider.java @@ -60,7 +60,7 @@ import okhttp3.HttpUrl; * @author Andreas Schildbach */ public class InvgProvider extends AbstractHafasLegacyProvider { - private static final HttpUrl API_BASE = HttpUrl.parse("http://fpa.invg.de/bin/"); + private static final HttpUrl API_BASE = HttpUrl.parse("https://fpa.invg.de/bin/"); // http://invg.hafas.de/bin/ private static final Product[] PRODUCTS_MAP = { null, null, null, null, null, null, null, null, null, null }; private static final long PARSER_DAY_ROLLOVER_THRESHOLD_MS = 12 * 60 * 60 * 1000;