From 1ca6777baf6d4279fc9baa4d3e815243f38d6b34 Mon Sep 17 00:00:00 2001 From: Florian Larysch Date: Thu, 10 Sep 2015 14:28:56 +0200 Subject: ignore broken certificates when downloading the schedule --- configs/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/download.sh') diff --git a/configs/download.sh b/configs/download.sh index 658b49d..1e13132 100755 --- a/configs/download.sh +++ b/configs/download.sh @@ -1,7 +1,7 @@ #!/bin/sh # fahrplan -wget -q "http://events.ccc.de/congress/2014/Fahrplan/schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml +wget --no-check-certificate -q "http://events.ccc.de/congress/2014/Fahrplan/schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml # vod json wget -q "http://cdn.c3voc.de/releases/relive/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json -- cgit v1.2.3