-
Notifications
You must be signed in to change notification settings - Fork 572
Description
The problem
The shiftkey apt repo is recently broken.
In just the past few days running apt update gives :
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.31 443]
It is also no longer possible to download th gpg key to set up a new apt based install. Browsing to https://apt.packages.shiftkey.dev is blocked due to certificate errors.
Release version
any
Operating system
Debian
Steps to reproduce the behavior
sudo apt update with the shiftkey repo configured
or
browse to https://apt.packages.shiftkey.dev
or
try to install the gpg key
wget -qO - https://apt.packages.shiftkey.dev/gpg.key | gpg --dearmor | sudo tee /usr/share/keyrings/shiftkey-packages.gpg > /dev/null
Log files
n/a
Screenshots
n/a
Additional context
n/a