From 806e5782f5047a62db4e478768aeb8e9c616f36a Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sun, 28 Aug 2016 12:01:02 +0800 Subject: [PATCH] Make SSL optional on debdeltas.debian.net. debdelta-upgrade isn't able to handle redirects yet: https://bugs.debian.org/835655 --- .../templates/static-mirroring/vhost/static-vhosts-simple.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb index 52a29b76a..566cff342 100644 --- a/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb +++ b/modules/roles/templates/static-mirroring/vhost/static-vhosts-simple.erb @@ -141,7 +141,7 @@ vhost(lines, "mozilla.debian.net" , :ssl => true, :ssl_optional => tr vhost(lines, "backports.debian.org" , :ssl => true) vhost(lines, "incoming.debian.org" , :ssl => true, :ssl_optional => true) vhost(lines, "incoming.ports.debian.org" , :ssl => true, :ssl_optional => true) -vhost(lines, "debdeltas.debian.net" , :ssl => true) +vhost(lines, "debdeltas.debian.net" , :ssl => true, :ssl_optional => true) vhost(lines, "news.debian.net" , :ssl => true) vhost(lines, "debaday.debian.net" , :ssl => true) vhost(lines, "timeline.debian.net" , :ssl => true) -- 2.20.1