diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-12-16 11:16:44 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-12-16 11:16:44 +0100 |
commit | 3f0d5ed58f6097b65431b7fddc3a347128b53152 (patch) | |
tree | ee59b3ffa8a72d47094e27a79d6345fc7cf5e2a4 /lib/Travel/Status/DE/HAFAS.pm | |
parent | c8185a761878fdb379181230d2b9634d03f823e2 (diff) |
Fix DB backend (now uses HTTPS)
Diffstat (limited to 'lib/Travel/Status/DE/HAFAS.pm')
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 4 |
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]], |