Closed mrichman closed 13 years ago
I suspect this error is not specific to the rails3-devise-rspec-cucumber application template. You can verify this by trying another app template:
rails new myapp -m https://github.com/rubyx/rails3_template/raw/master/init.rb
Does it fail in the same way?
If so, I suggest asking for help on Stack Overflow: http://stackoverflow.com/questions/tagged/jruby
I suspect there is a problem with openssl in your environment.
As a workaround, you can download the template directly and run it from your filesystem.
If you get more information, please post here again or email me so I provide information to other users who may run into the same problem.
-- Daniel
I found the solution for Ubuntu:
Download http://curl.haxx.se/ca/cacert.pem
and save it in /etc/ssl/certs
, then run sudo update-ca-certificates
. I guess DigiCert (GitHub's CA) is not supported out of the box with Ubuntu.
The templates all work fine now.
Thanks!
I ran into same problem on OSX. Put up a gist here:
I get the following SSL error when trying to use this template on Ubuntu 11 with RVM 1.8.5 and Ruby 1.9.2.
Here is my RVM info: