summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/HAFAS.pm
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-12-16 11:16:44 +0100
committerDaniel Friesel <derf@finalrewind.org>2017-12-16 11:16:44 +0100
commit3f0d5ed58f6097b65431b7fddc3a347128b53152 (patch)
treeee59b3ffa8a72d47094e27a79d6345fc7cf5e2a4 /lib/Travel/Status/DE/HAFAS.pm
parentc8185a761878fdb379181230d2b9634d03f823e2 (diff)
Fix DB backend (now uses HTTPS)
Diffstat (limited to 'lib/Travel/Status/DE/HAFAS.pm')
-rw-r--r--lib/Travel/Status/DE/HAFAS.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm
index ef7d0fb..1873a17 100644
--- a/lib/Travel/Status/DE/HAFAS.pm
+++ b/lib/Travel/Status/DE/HAFAS.pm
@@ -26,8 +26,8 @@ my %hafas_instance = (
productbits => [qw[s u tram bus ferry ice regio ondemand]],
},
DB => {
- url => 'http://reiseauskunft.bahn.de/bin/bhftafel.exe',
- stopfinder => 'http://reiseauskunft.bahn.de/bin/ajax-getstop.exe',
+ url => 'https://reiseauskunft.bahn.de/bin/bhftafel.exe',
+ stopfinder => 'https://reiseauskunft.bahn.de/bin/ajax-getstop.exe',
name => 'Deutsche Bahn',
productbits =>
[qw[ice ic_ec d regio s bus ferry u tram ondemand x x x x]],