On Wed, Aug 10 2022 at 01:41:46 PM, Aravinth kumar Anbalagan <aravinth.anbala...@tele2.com> wrote: > Hi Thomas, > > Below is the output. > > root@policijas-db:~# gpg --keyserver keyserver.ubuntu.com --recv-keys 473041FA > gpg: requesting key 473041FA from hkp server keyserver.ubuntu.com > gpg: keyserver timed out > gpg: keyserver receive failed: keyserver error > root@policijas-db:~# >
The HKP protocol uses port 11371 by default. You need to make sure connection requests to that port are allowed through your network. Alternatively, you need to instruct gpg to use port 80 explicitly, using hkp://keyserver.ubuntu.com:80 as the keyserver argument. > <snip> -- regards, kushal