I’m trying to install certbot with these instructions on Debian 8 : https://certbot.eff.org/lets-encrypt/debianjessie-apache.html
when I enter the line : /usr/local/bin/certbot-auto --apache
It downloads a couple of things but it fails at some point with
Err http://ftp.debian.org/debian/ jessie-backports/main libssl1.0.0 amd64 1.0.2k-1~bpo8+1
404 Not Found [IP: 130.89.148.12 80]
Err http://ftp.debian.org/debian/ jessie-backports/main openssl amd64 1.0.2k-1~bpo8+1
404 Not Found [IP: 130.89.148.12 80]
Err http://ftp.debian.org/debian/ jessie-backports/main libssl-dev amd64 1.0.2k-1~bpo8+1
404 Not Found [IP: 130.89.148.12 80]
Err http://ftp.debian.org/debian/ jessie-backports/main python-six-whl all 1.9.0-3~bpo8+1
404 Not Found [IP: 130.89.148.12 80]
E: Failed to fetch http://ftp.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.2k-1~bpo8+1_amd64.deb 404 Not Found [IP: 130.89.148.12 80]E: Failed to fetch http://ftp.debian.org/debian/pool/main/o/openssl/openssl_1.0.2k-1~bpo8+1_amd64.deb 404 Not Found [IP: 130.89.148.12 80]
E: Failed to fetch http://ftp.debian.org/debian/pool/main/o/openssl/libssl-dev_1.0.2k-1~bpo8+1_amd64.deb 404 Not Found [IP: 130.89.148.12 80]
E: Failed to fetch http://ftp.debian.org/debian/pool/main/s/six/python-six-whl_1.9.0-3~bpo8+1_all.deb 404 Not Found [IP: 130.89.148.12 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
I’ve been searching for this problem and I’ve added this in my sources.list : >
deb http://archive.debian.org/debian jessie-backports main contrib non-free
deb-src http://archive.debian.org/debian/ jessie-backports main contrib non-free
Then apt-get update which downloads couple of new things, but show also an error :
Err http://ftp.debian.org jessie-backports/main amd64 Packages
404 Not Found [IP: 130.89.148.12 80]
But it doesn’t fix the certbot-auto problem, alsawys same errors. At this point, don’t knwo what do do, thanks for your help.