[Bug 1135163] Re: d-i can't install against an https mirror

Micheal Waltz ecliptik at gmail.com
Fri Mar 21 16:44:13 UTC 2014


Thank you Philipp, with mirror/https settings everything is now fully
going over https.

Here's our working configuration with unauthenticated https installs for
14.04 in case anyone else comes across this:

PXE Config:
KERNEL pxelinux.cfg/kernel
APPEND append initrd=pxelinux.cfg/initrd.img vga=normal fb=false auto=true priority=critical auto-install/enable=true debian-installer/allow_unauthenticated_ssl=true url=https://buildhost/trusty/preseed.cfg.pl media=https://buildhost/ubuntu/

Preseed Mirror settings:
d-i mirror/protocol string https
d-i mirror/country string manual
d-i mirror/https/hostname string buildhost
d-i mirror/https/directory string /ubuntu/
d-i mirror/https/proxy string
d-i mirror/https/mirror select mirror

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to base-installer in Ubuntu.
https://bugs.launchpad.net/bugs/1135163

Title:
  d-i can't install against an https mirror

Status in “apt-setup” package in Ubuntu:
  Fix Released
Status in “base-installer” package in Ubuntu:
  Fix Released
Status in “choose-mirror” package in Ubuntu:
  Fix Released
Status in “debootstrap” package in Ubuntu:
  Fix Released

Bug description:
  It happens that d-i uses the wget from busybox, and as a result, it
  can't install against an https mirror. This is clearly not intended
  behavior, because apt-config is able to deal with https. Perhaps there
  should be a wget udeb that includes the right bits to have ssl
  support, or alternatively, busybox should support it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-setup/+bug/1135163/+subscriptions



More information about the foundations-bugs mailing list