Failed to fetch libssl1.1_1.1.1f-1ubuntu2.11_amd64.deb

OS - Ubuntu 18.04.5 LTS

I am trying to run the example “https://www.mongodb.com/docs/kafka-connector/current/quick-start/”.
When trying to start sandbox I am getting below errors

NOTE - Index of /ubuntu - Before all links ( This is restriction with post that it can have only 2 links for new users)

docker-compose -p quickstart up -d

E: Failed to fetch pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.11_amd64.deb  404  Not Found [IP: 91.189.88.152 80]

E: Failed to fetch " pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.11_amd64.deb"  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch "/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2.11_amd64.deb"  404  Not Found [IP: 91.189.88.142 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

E: Failed to fetch pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.11_amd64.deb  404  Not Found [IP: 91.189.88.152 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

I already ran “apt-get update or try with --fix-missing” . but no luck .Any idea how to fix it ?

Just to add there are no firewall issues it is on local network

If someone is facing same issue clear the cache and build

 docker-compose build --no-cache 

and then run the command

docker-compose -p quickstart up -d

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.