User Details
User Details
- User Since
- Mar 27 2017, 4:48 PM (400 w, 2 d)
- Availability
- Available
Feb 12 2015
Feb 12 2015
acastong added a comment to T1832: gpg --send-keys fails silently if keyserver unavailable.
To reproduce using version 2.0.26 (on Windows):
- Set your keyserver to something invalid (ie. put the following line in your
gpg.conf, without any other keyserver entries:
keyserver hkp://invalid.gnupg.net
- Try to retrieve the key 82058954 (from john doe) from the server: gpg --recv-keys 82058954
This should report that no key has been found. What it *should* report is that
there was a communication problem with the servier.
- Revert to a vali keyserver destination in your gpg.conf
keyserver hkp://keys.gnupg.net
- Perform the recv operation again, it should successfully load the key gpg --recv-keys 82058954
- Reset your server to an invali value and perform the following operation: gpg --send-keys 82058954
The application will with the message that it is sending the key to
invalid.gnupg.net, wnen in fact it is not
Feb 7 2015
Feb 7 2015
acastong added projects to T1832: gpg --send-keys fails silently if keyserver unavailable: gnupg, Bug Report.
acastong set Version to 2.0.26 on T1832: gpg --send-keys fails silently if keyserver unavailable.