You are not logged in.
GPG stopped being able to receive keys for some reason a couple months ago which has forced me to use flags for skipping checks which I know is not a good idea.
I have tried the default, ubuntu's, and mit's keyservers, and none of them seem to work for me.
for ex. I ran `gpg --keyserver pgp.mit.edu --recv-keys A328C3A2C3C45C06`
and it will error out with `gpg: keyserver receive failed: Server indicated a failure`
I have also tried to refresh my keyring by running `sudo pacman-key --keyserver hkps://keyserver.ubuntu.com --refresh-keys`, but that also errors out with the following:
gpg: refreshing 130 keys from hkps://keyserver.ubuntu.com
gpg: keyserver refresh failed: Server indicated a failure
==> ERROR: A specified local key could not be updated from a keyserver.So what else should I try at this point?
Last edited by kormpu (2020-12-25 15:32:38)
Offline
What if you add the protocol:
gpg --keyserver hkp://pgp.mit.edu --recv-keys A328C3A2C3C45C06If that fails
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys A328C3A2C3C45C06Offline
The above worked, but for whatever reason I'm still unable to fully refresh my keyring.
gpg: refreshing 130 keys from hkp://pgp.mit.edu
gpg: keyserver refresh failed: No keyserver available
==> ERROR: A specified local key could not be updated from a keyserver.Offline
I am able to update using flags to skip the checks but I would like to use the keys for what they are there for.
Offline
Is there error for updating your user's keyring or pacman's keyring?
sudo pacman-key --keyserver hkps://keyserver.ubuntu.com --refresh-keysWould update pacman's keyring not your users.
Offline