From 4cf82d1f8afb1796bd851220b2b8a878f3cd3fe3 Mon Sep 17 00:00:00 2001 From: "James P. Ketrenos" Date: Wed, 6 Nov 2019 15:54:12 -0800 Subject: [PATCH] Fix templates/05-intel-proxy for https Signed-off-by: James P. Ketrenos --- templates/05-intel-proxy.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/05-intel-proxy.in b/templates/05-intel-proxy.in index cc3efe8..6ab17ae 100644 --- a/templates/05-intel-proxy.in +++ b/templates/05-intel-proxy.in @@ -11,7 +11,7 @@ RUN { \ RUN { \ echo "Acquire::http::proxy \"http://proxy-chain.intel.com:911/\";\n" ; \ - echo "Acquire::http::proxy \"http://proxy-chain.intel.com:912/\";\n" ; \ + echo "Acquire::https::proxy \"http://proxy-chain.intel.com:912/\";\n" ; \ echo "Acquire::ftp::proxy \"ftp://proxy-chain.intel.com:911/\";\n" ; \ echo "Acquire::socks::proxy \"socks://proxy-chain.intel.com:1080/\";\n" ; \ echo "Acquire::http::Proxy::linux-ftp.ostc.intel.com DIRECT;\n" ; \