-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Update key server URLs and decommission of sks-keyservers.net #232
Conversation
If this fixes the repeated timeout of 1+ minute for 2 keys every time the role is run, this gets a huge 👍🏻 from me (for what little that's worth). Thanks, @Aevyz. |
It should fix at least part of the issue, I don't know if something else might be slowing down the execution. As a temporary fix, you can manually set the |
A helpful hint for those working behind corporate firewalls (like me): the default port is often blocked. It is possible to override it to I'm using this at the moment (thanks @Aevyz for the PR which put me on the right track), with good success: rvm1_gpg_key_servers:
- hkp://keys.openpgp.org:80
- hkp://keyserver.ubuntu.com:80 Support for alternate ports can (as I discovered) be verified this way:
|
@thbar should we maybe update these two servers to use |
It will have more chances to work, but on the other hand, I do not fully understand yet the security implications it could have, so I would be a bit careful to introduce it as a default in the role. I suggest we let it sink and if over time we find more documentation on it, we can move forward? |
Make sense to me! |
|
@coldnebo it seems that 2.2.0 is not yet released to galaxy. I had to add the following to my - name: rvm.ruby
src: https://github.com/rvm/rvm1-ansible
version: v2.2.0 @pkuczynski is it possible to push the latest to galaxy? |
Keyservers changed to reflect
sks-keyservers.net
no longer existing. The keyservers were modified to those ofrvm.io
, as can be seen here https://github.com/rvm/rvm-site/pull/345/files (Note: these changes have been committed, but the CI appears to be down so the changes are not on the website).#228