2
$ bundle 
The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.

OK、Gemfile を次のように変更します。

source 'https://rubygems.org'

しかしその後:

$ bundle 
    Unfortunately, a fatal error has occurred. Please see the Bundler
    troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
/Users/ale/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/net/http.rb:917:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)

この終わりのない SSL の混乱をどのように修正すればよいでしょうか?

4

1 に答える 1

5

解決策については、 https ://railsapps.github.io/openssl-certificate-verify-failed.html で詳しく説明しています。

于 2013-02-27T06:36:50.363 に答える