-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Key server to keys.openpgp.org #5166
Conversation
See also #5150 The outdated (and not working) instructions are still on both https://rvm.io/rvm/install and https://rvm.io/rvm/security |
@@ -418,7 +418,7 @@ verify_package_pgp() | |||
log "\ | |||
GPG signature verification failed for '$1' - '$3'! Try to install GPG v2 and then fetch the public key: | |||
|
|||
${SUDO_USER:+sudo }${rvm_gpg_command##*/} --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB | |||
${SUDO_USER:+sudo }${rvm_gpg_command##*/} --keyserver hkp://keys.openpgp.org --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mavaddat have you verified that keys.openpgp.org is working for you? I found I was only able to succeed with hkp://pgp.mit.edu
. I can't recall if this is good practice or not, but would testing a :success response from the relevant server with the keys be a smart thing to add to the test suite? Additionally, might moving both server and keys to a config file reduce a bit of heartburn later?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As mention in #5291 How about using keyserver.ubuntu.com
it works for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually keys.openpgp.org
is working for me as well, but not pgp.mit.edu
.
but for consistency, I think we should stick with keyserver.ubuntu.com
as I don't like having to change it at several places again... but I do prefer keys.openpgp.org
actually...
The fix has been merged, but not deployed. |
link my last comment and PR here as well |
Fixes # #5096
Fixes #5149
The keyserver
hkp://pool.sks-keyservers.net
has been deprecated. https://unix.stackexchange.com/questions/656205/sks-keyservers-gone-what-to-use-instead