Bug#557085: apt-transport-https: uses http config rather than https

2009-11-19 Thread Adrian Bridgett
Package: apt-transport-https Version: 0.7.24 Using apt-cacher-ng I'd like to use a proxy for all repositories except for https (which apt-cacher-ng does not support): Acquire::http::Proxy http://192.168.100.4:3142;; Acquire::https::Proxy DIRECT; Acquire::https::Proxy::example.com DIRECT;

Bug#557085: apt-transport-https: uses http config rather than https

2009-11-19 Thread David Kalnischkies
Hi Adrian Bridgett, First of all: Thanks for your report! 2009/11/19 Adrian Bridgett adr...@smop.co.uk: Unsetting the Acquire::http::Proxy line or adding Acquire::http:Proxy::example.com DIRECT works, however this then turns proxying for http too :-( Your problem is a misunderstanding: APT

Bug#557085: apt-transport-https: uses http config rather than https

2009-11-19 Thread Adrian Bridgett
On Thu, Nov 19, 2009 at 20:35:38 +0100 (+0100), David Kalnischkies wrote: Hi Adrian Bridgett, First of all: Thanks for your report! My pleasure :-) Thanks for the speedy response! Your problem is a misunderstanding: APT currently uses the settings from http for https and has no special