Unable to validate with GPG
Realize this is likely not a 1Password issue, but still confused.
❯ gpg --receive-keys 3FEF9748469ADBE15DA7CA80AC2D62742012EA22 gpg: keyserver receive failed: No route to host
On High Sierra, gpg 2.2.7, with the command line tool version 0.4.1. Something obvious I'm missing to enable gpg to work?
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: 10.13.4
Sync Type: Not Provided
Comments
-
This simply means your computer cannot find an IP route to the keyserver. This could be a simple transient issue, in which case it will resolve itself later when you try again.
Or you could force the use of another keyserver.
These might help:
https://teamtreehouse.com/community/need-help-to-install-ruby-on-my-mac-no-route-to-host
https://medium.com/@xiaoxiaohou/gpg-keyserver-receive-failed-no-route-to-host-9e47a0dd83f8
0 -
MrC is correct (as always). If you try again later I suspect it'll work.
Rick
0 -
Just so you know, there's some kind of issue with apple's ipv6 network stack. I've yet to manage to dig up anything that helps fix it via google but the GPG folks are aware and despite the following suggestion: (https://lists.gnupg.org/pipermail/gnupg-users/2015-February/052645.html) are not doing anything to help.
The current sad state of affairs is that two macs on the same network using the same DNS can have only one succeed to retrieve the keys from the default GPG keyserver, and the only way to work around this is to ping the host, and use the ip of the host in the --keyserver flag. I know it's not agilebits' job to fix Apple's mess but some advice on dealing with a common issue would be nice in the docs.
0