From ed8c4da7aec694f855345e7414d6ee44f84af78a Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 23 Sep 2020 16:25:11 +0000 Subject: [PATCH] Update SKS Keyserver URLs The HKPS proxy on 443/tcp at sks-keyservers.net hasn't been operable for many months (consistently returning a 502 Bad Gateway error). Switch to a direct HKP URL on 11371/tcp at pool.sks-keyservers.net instead, which returns the same content (unfortunately not over an encrypted connection). The next best alternatives would be to use a lookup on keyserver.ubuntu.com which misses a lot of the cross-signing key info, or keys.openpgp.net which only provides a link to download key material with no additional information and no signatures. Change-Id: I5d99bcb261a77e2d557fa31ca199f2eed09583c3 --- doc/source/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index a46f24e..77f1e33 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -68,11 +68,11 @@ is: --export 0x97ae496fc02dec9fc353b2e748f9961143495829 ) > \ doc/source/_static/0x97ae496fc02dec9fc353b2e748f9961143495829.txt .. _`key 0x97ae496fc02dec9fc353b2e748f9961143495829`: _static/0x97ae496fc02dec9fc353b2e748f9961143495829.txt -.. __: https://sks-keyservers.net/pks/lookup?op=vindex&search=0x97ae496fc02dec9fc353b2e748f9961143495829&fingerprint=on +.. __: http://pool.sks-keyservers.net:11371/pks/lookup?op=vindex&search=0x97ae496fc02dec9fc353b2e748f9961143495829&fingerprint=on .. _`key 0x59ad76e5c2c722ebfa7a4a1fe7a8fd2b76febd11`: _static/0x59ad76e5c2c722ebfa7a4a1fe7a8fd2b76febd11.txt -.. __: https://sks-keyservers.net/pks/lookup?op=vindex&search=0x59ad76e5c2c722ebfa7a4a1fe7a8fd2b76febd11&fingerprint=on +.. __: http://pool.sks-keyservers.net:11371/pks/lookup?op=vindex&search=0x59ad76e5c2c722ebfa7a4a1fe7a8fd2b76febd11&fingerprint=on .. _`key 0x14b91caaf68c4849f90ca41333ed3fd25afc78ba`: _static/0x14b91caaf68c4849f90ca41333ed3fd25afc78ba.txt -.. __: https://sks-keyservers.net/pks/lookup?op=vindex&search=0x14b91caaf68c4849f90ca41333ed3fd25afc78ba&fingerprint=on +.. __: http://pool.sks-keyservers.net:11371/pks/lookup?op=vindex&search=0x14b91caaf68c4849f90ca41333ed3fd25afc78ba&fingerprint=on Security information for OpenStack deployers