diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-22 14:19:54 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-22 14:19:54 +0200 |
commit | 1e5e257d0a7204ac1967f5e943bf31bad4a3126a (patch) | |
tree | ddb6741a7ad7a997a1e219336ee4e096450c8643 /lib/Travel/Status/DE | |
parent | bbf8e1f067a1545d067792f32d739999920d61e7 (diff) |
VVO backend: switch to an HTTPS URL
Diffstat (limited to 'lib/Travel/Status/DE')
-rw-r--r-- | lib/Travel/Status/DE/EFA.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Travel/Status/DE/EFA.pm b/lib/Travel/Status/DE/EFA.pm index 45e21b6..2333071 100644 --- a/lib/Travel/Status/DE/EFA.pm +++ b/lib/Travel/Status/DE/EFA.pm @@ -636,10 +636,8 @@ sub get_efa_urls { name => 'Verkehrsverbund Rhein-Ruhr (alternative alternative)', shortname => 'VRR3', }, - - # HTTPS not supported { - url => 'http://efa.vvo-online.de:8080/dvb/XSLT_DM_REQUEST', + url => 'https://efa.vvo-online.de/VMSSL3/XSLT_DM_REQUEST', name => 'Verkehrsverbund Oberelbe', shortname => 'VVO', }, |