3

After upgrade to Ubuntu 24.04 LTS I am trying to run sudo apt-get update and i get this error

Ign:8 https://apt.packages.shiftkey.dev/ubuntu any InRelease
Err:8 https://apt.packages.shiftkey.dev/ubuntu any InRelease
  Certificate verification failed: The certificate is NOT trusted. The name in the certificate does not match the expected.  Could not handshake: Error in the certificate verification. [IP: 13.107.246.45 443]

I tried to reinstall ca-certificates

sudo apt install --reinstall ca-certificates

but nothing changed ... same error

1 Answers1

0

I ended up just running:

sudo rm /etc/apt/sources.list.d/shiftkey-packages.list

to remove the file, and all my errors disappeared.

zx485
  • 2,865