This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 16cd8f3 Normal keyserver not working
16cd8f3 is described below
commit 16cd8f3ad485446ca5d5f4cc35ff3f24ee058210
Author: Sebb <[email protected]>
AuthorDate: Thu Mar 12 13:43:06 2020 +0000
Normal keyserver not working
---
www/secretary/workbench/views/actions/check-signature.json.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/secretary/workbench/views/actions/check-signature.json.rb
b/www/secretary/workbench/views/actions/check-signature.json.rb
index 7534a4b..76de085 100644
--- a/www/secretary/workbench/views/actions/check-signature.json.rb
+++ b/www/secretary/workbench/views/actions/check-signature.json.rb
@@ -8,7 +8,8 @@ ENV['GNUPGHOME'] = GNUPGHOME if GNUPGHOME
# Perhaps also try keyserver.pgp.com
# see WHIMSY-274 for secure servers
# Removed keys.openpgp.org as it does not return data such as email unless
user specifically allows this
-KEYSERVERS = %w{sks-keyservers.net keyserver.ubuntu.com}
+#KEYSERVERS = %w{sks-keyservers.net keyserver.ubuntu.com} # don't seem to be
working: bad gateway
+KEYSERVERS = %w{pgp.ocf.berkeley.edu pgpkeys.uk}
# N.B. ensure the keyserver URI is known below
MAX_KEY_SIZE = 20700 # don't import if the ascii keyfile is larger than this