Environment – rvm ruby – rubies/ruby-1.9.3-p194/bin/ruby
I am trying to create a new rails app but it’s failing with this exception http://pastebin.com/cNKDuFVc
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the version of openssl in OSX is broken, you need to install it manually, either with HomeBrew, MacPorts, SMFramework or just RVM, here is my answer to similar question with proper fix:
https://stackoverflow.com/a/10540282/497756