From 758c04e62e7b52d4f184b60c1023eefb921aa879 Mon Sep 17 00:00:00 2001 From: rubo77 Date: Fri, 21 Apr 2017 17:30:10 +0200 Subject: https doesn't work with jekyll, http as links used --- _plugins/firmwares.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_plugins/firmwares.rb b/_plugins/firmwares.rb index a8b557a..acc64db 100644 --- a/_plugins/firmwares.rb +++ b/_plugins/firmwares.rb @@ -9,7 +9,9 @@ FIRMWARE_VERSION = '2016.2.5' FIRMWARE_REGEX = Regexp.new('^' + FIRMWARE_PREFIX + '-' + FIRMWARE_VERSION + '-') #FIRMWARE_BASE = site.config['firmware']['base'] -FIRMWARE_BASE = 'https://freifunk.in-kiel.de/firmware/stable/' +#jekyll 2.2.0 | Error: hostname "freifunk.in-kiel.de" does not match the server certificate +#FIRMWARE_BASE = 'https://freifunk.in-kiel.de/firmware/stable/' +FIRMWARE_BASE = 'http://freifunk.in-kiel.de/firmware/stable/' FIRMWARE_MIRROR = 'http://[fda1:384a:74de:4242::fd00]/firmware/stable/' GROUPS = { -- cgit v1.2.1