From 3f0d5ed58f6097b65431b7fddc3a347128b53152 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Sat, 16 Dec 2017 11:16:44 +0100
Subject: Fix DB backend (now uses HTTPS)

---
 lib/Travel/Status/DE/HAFAS.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'lib')

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]],
-- 
cgit v1.2.3