I have now additional source in /etc/apt/sources.list.d/gluster.list which is the following:
deb http://download.gluster.org/pub/gluster/glusterfs/3.7/3.7.16/Debian/jessie/apt jessie main And here would be the output of apt-cache policy: Package files: 100 /var/lib/dpkg/status release a=now 500 http://download.gluster.org/pub/gluster/glusterfs/3.7/3.7.16/Debian/jessie/apt/ jessie/main amd64 Packages origin download.gluster.org 500 http://ftp.ch.debian.org/debian/ jessie-updates/main Translation-en 500 http://ftp.ch.debian.org/debian/ jessie-updates/main amd64 Packages release o=Debian,a=stable-updates,n=jessie-updates,l=Debian,c=main origin ftp.ch.debian.org 500 http://security.debian.org/ jessie/updates/main Translation-en 500 http://security.debian.org/ jessie/updates/main amd64 Packages release v=8,o=Debian,a=stable,n=jessie,l=Debian-Security,c=main origin security.debian.org Pinned packages: On Fri, Dec 30, 2016 at 2:45 PM, Pascal Hambourg <pas...@plouf.fr.eu.org> wrote: > Le 30/12/2016 à 14:19, John Naggets a écrit : >> >> Do you have an idea which line could be missing? Here is the content >> of my /etc/apt/sources.list file: >> >> deb http://ftp.ch.debian.org/debian jessie main >> deb-src http://ftp.ch.debian.org/debian/ jessie main >> >> deb http://security.debian.org/ jessie/updates main >> deb-src http://security.debian.org/ jessie/updates main >> >> # jessie-updates, previously known as 'volatile' >> deb http://ftp.ch.debian.org/debian jessie-updates main >> deb-src http://ftp.ch.debian.org/debian/ jessie-updates main > > > It looks fine, but is that all ? There is no https repository, so apt-get > should have no reason to complain about missing https transport, except one > of the mirrors is broken and redirects to https URLs. "apt-cache policy" may > provide extra information. > > BTW, ca-certificate is only a "recommends", so you could try to install with > --no-install-recommends. >