I am trying to use GPG with a HKPS server, as described on
https://sks-keyservers.net/overview-of-pools.php. I am always getting the above
error, if I use hkp://p80.pool.sks-keyservers.net it is alright.
This seems to be a duplicate of Issue1792, and there was a patch provided. I
tried to apply https://bugs.g10code.com/gnupg/file586/poolname_and_SNI.patch to
my Arch Linux package, which is using
ftp://ftp.gnupg.org/gcrypt/gnupg-2.1.9.tar.bz2 to compile the package, but I am
getting
$ patch -p0 --dry-run ~/Downloads/poolname_and_SNI.patch
checking file common/http.c
Hunk #1 FAILED at 1443.
Hunk #2 FAILED at 1452.
2 out of 2 hunks FAILED
checking file dirmngr/ks-engine-hkp.c
Hunk #1 FAILED at 521.
Hunk #2 FAILED at 564.
2 out of 2 hunks FAILED
Cheers
Thomas