-
Notifications
You must be signed in to change notification settings - Fork 3.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
sslv3 alert handshake failure when downloading nodesource gpg apt key #354
Comments
Hi @jamesongithub - we just recently moved repository hosting to CloudFront in order to increase availability and security. See #353 (comment) for more information. The latest versions of |
Unfortunately we are using ansible / python2. |
Pretty sure this will affect anyone installing node w/ ansible from nodesource. Will have to find a workaround. |
Hey @jamesongithub did you find a workaround? This is blocking my deploys now |
Okay if someone stumbles upon this, it seems if you're on Ubuntu Trusty, using Python 2.7.6, you'll need to bypass Python via e.g. curl: ansible/ansible#9966 (comment) |
yeah just download the key with wget or curl and import the key manually |
FYI: this is still happening, nearly 6mos later. |
it was never "fixed" @t-readyroc see the workaround above |
Yes @t-readyroc , this wasn't "fixed" nor will it be because it's not broken. We're using the TLS settings that are recommended by AWS for proper security. We don't feel that weakening this to support super old SSL implementations is in the best interests of anybody. |
FWIW another solution (on Trusty at least) is to install an updated version of python.
then re-run your Ansible play. You may need to purge package lists path ( |
Our apt installs of node on ubuntu are failing. Did something change?
Seem to not work for sslv3 anymore.
The text was updated successfully, but these errors were encountered: