Glam Prestige Journal

Bright entertainment trends with youth appeal.

Edit: I resolved the problem myself. Please see my answer below.

In Kleopatra (Windows), I have the following key serverKleopatra Key Server

When I try to fetch the GPG public key of XUbuntu (843938DF228D22F7B3742BC0D94AA3F0EFE21092) using Lookup on Server functionality, Kleopatra doesn't return anything.enter image description here

I've tried the following servers but nothing changed.

  1. hkp://keys.gnupg.net
  2. keys.gnupg.net

My Kleopatra version

Kleopatra version

enter image description here

How should I debug this problem? Is there anything I'm missing here?

2 Answers

When I try to fetch the GPG public key of XUbuntu (843938DF228D22F7B3742BC0D94AA3F0EFE21092) using Lookup on Server functionality, Kleopatra doesn't return anything

When searching for a hexadecimal key ID or fingerprint (instead of a user ID) you must prefix the string with 0x.

Changing the search string to 0x843938DF228D22F7B3742BC0D94AA3F0EFE21092 should work.

1

I didn't upgrade GnuPG to the newest version as the web page instructed, and that's why my problem occurred. After updating, I can fetch GPG keys successfully.Download Gpg4win

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy