How to fix error: failed to download on rbenv install

onknows

On fresh, new CentOS 7.0 VM Rbenv installation will not install rubies for me

[vagrant@ad-proxy ~]$ rbenv install 2.2.4
Downloading ruby-2.2.4.tar.bz2...
-> https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.4.tar.bz2
error: failed to download ruby-2.2.4.tar.bz2

BUILD FAILED (CentOS Linux 7 using ruby-build 20170405-4-g365dd1f)

With more verbose loging it shows

[vagrant@ad-proxy ~]$ rbenv install 2.2.4 -v
/tmp/ruby-build.20170515092651.20803 ~
Downloading ruby-2.2.4.tar.bz2...
-> https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.4.tar.bz2
curl: (35) Peer reports incompatible or unsupported protocol version.
error: failed to download ruby-2.2.4.tar.bz2

BUILD FAILED (CentOS Linux 7 using ruby-build 20170405-4-g365dd1f)

The issue seems to originate in curl it looks like for example

[vagrant@ad-proxy ~]$ curl https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.4.tar.bz2
curl: (35) Peer reports incompatible or unsupported protocol version.
[vagrant@ad-proxy ~]$ curl https://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.4.tar.bz2 -v
* About to connect() to cache.ruby-lang.org port 443 (#0)
*   Trying 151.101.36.233...
* Connected to cache.ruby-lang.org (151.101.36.233) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* NSS error -12190 (SSL_ERROR_PROTOCOL_VERSION_ALERT)
* Peer reports incompatible or unsupported protocol version.
* Closing connection 0
curl: (35) Peer reports incompatible or unsupported protocol version.
[vagrant@ad-proxy ~]$
rolkos

In my case updating curl combined with nss update helped.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to fix "Failed to download repository information" error while updating?

From Dev

How to fix INSTALL_FAILED_INVALID_APK error in Android Studio?

From Dev

Error with `rbenv install 2.2.0`

From Dev

How to fix VC2015 redistributables on Win10 install error "failed to install msi package"

From Dev

brew install rbenv Error: rbenv-rbenv already installed To install this version, first `brew unlink rbenv`

From Dev

How to fix error in installing npm package (Failed at the [email protected] install script)?

From Dev

How can I Fix this Error Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] I got when debugging Flutter?

From Dev

How to install active support with rbenv

From Dev

ERROR: Failed to resolve: viewpager - how to fix that?

From Dev

XAP processing failed ERROR 2002 how to fix this

From Dev

How to fix "SSL error: certificate verify failed"

From Dev

How to fix this error? Failed validating 'oneOf' in schema

From Dev

helm install incubator/fluentd-cloudwatch fails with Error: failed to download

From Dev

Unable to install PHP due to Error: php: Failed to download resource "freetds"

From Dev

How to trigger download failed error in php

From Dev

how to fix ruby bundle install error?

From Dev

How to Fix Cakephp 4 Composer Install Error

From Dev

How to fix error on postgres install ubuntu

From Dev

How to fix Firebase Analytics Plugin install error

From Dev

WP Plugins install error - Installation failed: Download failed. cURL error 35

From Dev

How can I fix an failed install of sklearn for python

From Dev

Failed to install ruby 2.5.0 thru rbenv macOS High Sierra

From Dev

rbenv install 2.6.1 FAILED on Mac OS Mojave 10.14.3

From Dev

rbenv install 2.2.2 build failed on OSX El Capitan

From Dev

How to install ruby on Mac using rbenv?

From Dev

How to install ruby-build for rbenv on Ubuntu?

From Dev

How to fix rsync's @ERROR: chdir failed error on a Mac

From Dev

How to fix failed VMSS deployment with error "unknown network allocation error"

From Dev

How to fix "download file store on google drive" error in android

Related Related

  1. 1

    How to fix "Failed to download repository information" error while updating?

  2. 2

    How to fix INSTALL_FAILED_INVALID_APK error in Android Studio?

  3. 3

    Error with `rbenv install 2.2.0`

  4. 4

    How to fix VC2015 redistributables on Win10 install error "failed to install msi package"

  5. 5

    brew install rbenv Error: rbenv-rbenv already installed To install this version, first `brew unlink rbenv`

  6. 6

    How to fix error in installing npm package (Failed at the [email protected] install script)?

  7. 7

    How can I Fix this Error Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE] I got when debugging Flutter?

  8. 8

    How to install active support with rbenv

  9. 9

    ERROR: Failed to resolve: viewpager - how to fix that?

  10. 10

    XAP processing failed ERROR 2002 how to fix this

  11. 11

    How to fix "SSL error: certificate verify failed"

  12. 12

    How to fix this error? Failed validating 'oneOf' in schema

  13. 13

    helm install incubator/fluentd-cloudwatch fails with Error: failed to download

  14. 14

    Unable to install PHP due to Error: php: Failed to download resource "freetds"

  15. 15

    How to trigger download failed error in php

  16. 16

    how to fix ruby bundle install error?

  17. 17

    How to Fix Cakephp 4 Composer Install Error

  18. 18

    How to fix error on postgres install ubuntu

  19. 19

    How to fix Firebase Analytics Plugin install error

  20. 20

    WP Plugins install error - Installation failed: Download failed. cURL error 35

  21. 21

    How can I fix an failed install of sklearn for python

  22. 22

    Failed to install ruby 2.5.0 thru rbenv macOS High Sierra

  23. 23

    rbenv install 2.6.1 FAILED on Mac OS Mojave 10.14.3

  24. 24

    rbenv install 2.2.2 build failed on OSX El Capitan

  25. 25

    How to install ruby on Mac using rbenv?

  26. 26

    How to install ruby-build for rbenv on Ubuntu?

  27. 27

    How to fix rsync's @ERROR: chdir failed error on a Mac

  28. 28

    How to fix failed VMSS deployment with error "unknown network allocation error"

  29. 29

    How to fix "download file store on google drive" error in android

HotTag

Archive