Skip to content

Instantly share code, notes, and snippets.

@devdrops
Created February 7, 2016 02:59
Show Gist options
  • Save devdrops/71852c24abf55cd6ee21 to your computer and use it in GitHub Desktop.
Save devdrops/71852c24abf55cd6ee21 to your computer and use it in GitHub Desktop.
OpenSSL SSLv3_client problem on Ubuntu 14.04

OpenSSL SSLv3_client problem on Ubuntu 14.04

Original comment: hashbangcode/vlad#295 (comment)

Just in case you people are still looking for a solution related to ruby installation and openssl troubleshooting (I've tried what @Oliboy50 said but no success), that's how I fixed things for me (as a short notice, I'm using RVM for ruby/packages management):

As described here, first I've fixed the openssl dependency for Ruby:

rvm pkg install openssl

So then I could finally install Ruby 2.2.3:

rvm install 2.2.3 --with-openssl-dir=$HOME/.rvm/usr
rvm list
rvm --default use 2.2.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment