

* error reading ca cert file /etc/ssl/certs/ca-certificates.crt (Error while reading file.)īased on the “error reading ca cert file”, I did this: namei -mo /etc/ssl/certs/ca-certificates.crt Here’s what I found… Ign:2 stretch InReleaseĠ% * Hostname was found in DNS cacheĠ% * Connected to (99.84.74.52) port 443 (#1) # stretch-updates, previously known as 'volatile'Ĭhecked the fingerprint, seems to match: apt-key fingerprint 0EBFCD88ĩDC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88Īdd this line to the file: Debug::Acquire::https "true" ĭo apt-get update and make note of what you find. I’m running Debian GNU/Linux 9 (stretch)on a 64-bit i5 machine.Ĭhecked repositories, original installation, only docker line added. I’m getting the following in response: Reading package lists.

I’ve been trying to install docker on a debian machine following these instructions: Įverything works, up untill the point where docker is actually installed using: $ sudo apt-get install docker-ce
