regression: lxc container apt proxy config has no setting for https

Bug #1068211 reported by Sidnei da Silva
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pyjuju
Triaged
Low
Unassigned

Bug Description

Prior to merging of the ubuntu-cloud-image lxc template switch, the apt proxy settings inside the container would be set to:

Acquire::http { Proxy "http://10.0.3.1:3142"; };
Acquire::https { Proxy "false"; };

After the change, the settings are now:

Acquire::HTTP::Proxy "http://10.0.3.1:3142";

Which causes a 403 when proxying to a private PPA (https://private-ppa.launchpad.net) since apt-cacher-ng is not configured to proxy those URLs.

Revision history for this message
Kapil Thangavelu (hazmat) wrote :

local provider now relies on cloud-init's apt proxy support, where this issue is bug:1057195

Changed in juju:
status: New → Confirmed
status: Confirmed → Triaged
importance: Undecided → Medium
Curtis Hovey (sinzui)
Changed in juju:
importance: Medium → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.