Hey thanks for the response Interestingly enough I still encounter the same error even with that keyserver: ``` $ FINGER_PRINT=475F3B8E59E6E63AA78067482C7B12F2A511E325 $ gpg --keyserver hkps://keys.openpgp.org --recv-keys $FINGER_PRINT gpg: key 2C7B12F2A511E325: new key but contains no user ID - skipped gpg: Total number processed: 1 gpg: w/o user IDs: 1 ``` I'm using version 2.2.35 on Linux ``` $ gpg --version gpg (GnuPG) 2.2.35 libgcrypt 1.10.1 Copyright (C) 2022 g10 Code GmbH License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Home: /usr/local/google/home/jeffrygaston/.gnupg Supported algorithms: Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256 Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2 ``` I've also tested gpg version 2.3.7 on Windows and didn't observe it to import the keys either. Is this expected? Thanks |