Testing :: Trusty ================= original --------
wget http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main /installer-amd64/20101020ubuntu318.44/images/netboot/ubuntu- installer/amd64/{linux,initrd.gz} <trusty needs to proceed manually/press enter a few times in the installer> ~ # cat /etc/default-release trusty ~ # ls -d /usr/lib/ssl/certs ls: /usr/lib/ssl/certs: No such file or directory ~ # wget http://github.com ... HTTP request sent, awaiting response... 301 Moved Permanently Location: https://github.com/ [following] ... ERROR: cannot verify github.com's certificate, issued by '/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert SHA2 Extended Validation Server CA': Unable to locally verify the issuer's authority. To connect to github.com insecurely, use `--no-check-certificate'. modified -------- wget http://ppa.launchpad.net/mfo/sf205192/ubuntu/dists/trusty/main /installer-amd64/20101020ubuntu318.45/images/netboot/ubuntu- installer/amd64/{linux,initrd.gz} ~ # cat /etc/default-release trusty ~ # ls -d /usr/lib/ssl/certs /usr/lib/ssl/certs ~ # wget http://github.com ... HTTP request sent, awaiting response... 301 Moved Permanently Location: https://github.com/ [following] ... Saving to: 'index.html' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1807023 Title: installer stock images fail to validate any HTTPS certificates (ca- certificates missing) To manage notifications about this bug go to: https://bugs.launchpad.net/debian-installer/+bug/1807023/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
