From 2b213044f45b9c3324d529acadaab18d815bda6e Mon Sep 17 00:00:00 2001 From: Moritz Holtz Date: Sun, 8 Sep 2019 17:48:55 +0200 Subject: [PATCH] updated apt proxy to only use proxy for http --- templates/50proxy.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/50proxy.j2 b/templates/50proxy.j2 index 0a80c9a..07d29dd 100644 --- a/templates/50proxy.j2 +++ b/templates/50proxy.j2 @@ -1,2 +1,2 @@ Acquire::http::Proxy "http://{{ apt.proxy }}"; -Acquire::https::Proxy "https://{{ apt.proxy }}"; +Acquire::https::Proxy "DIRECT";