From 70963ac79050eb8a261c1486a23e22c21e4f8a70 Mon Sep 17 00:00:00 2001 From: Alexander Weidinger Date: Fri, 27 Apr 2018 13:29:59 +0200 Subject: [PATCH] ng.client: don't cache https:// --- apt-cacher/ng/files/client.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/apt-cacher/ng/files/client.conf b/apt-cacher/ng/files/client.conf index 91152cc..9fa0e8d 100644 --- a/apt-cacher/ng/files/client.conf +++ b/apt-cacher/ng/files/client.conf @@ -1,2 +1,3 @@ {% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context %} Acquire::http::Proxy "http://{{ apt_cacher_ng.server_address }}:{{ apt_cacher_ng.server_port }}"; +Acquire::https::Proxy "DIRECT";