Hi,
On Thu, Aug 31 2023 at 10:12:11 AM +08:00:00 +08:00:00, xiao sheng
wen(肖盛文) <[email protected]> wrote:
Is pgp.pm right? I get timeout for this keyserver.
Then I try to visit pgp.pm, I get the redirect to pgp.net.nz.
curl -I http://pgp.pm <http://pgp.pm/>
HTTP/1.1 302 Found
content-length: 0
location: <https://pgp.net.nz/>
cache-control: no-cache
I try send my keys to this keyserver, there is no problem:
gpg --keyserver pgp.net.nz --send-keys 0x339240CB
It also OK for search my key:
gpg --search-keys --keyserver=pgp.net.nz 0x339240CB
The peer info about pgp.net.nz:
<https://pgp.net.nz/pages/peers.html>
Same thing happened to me: timeout for pgp.pm. I've uploaded to
pgp.net.nz instead.
keyserver.ubuntu.com timed out as well, but it went through on the
second try.
~Badri