From 060a7aba9db9b0313ad023b16862520164883c82 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Wed, 30 Oct 2019 12:22:50 -0700 Subject: [PATCH] Change https:// to http:// for port 912 Signed-off-by: James 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 6ab17ae..cc3efe8 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::https::proxy \"http://proxy-chain.intel.com:912/\";\n" ; \ + echo "Acquire::http::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" ; \