bundle install
Centos 5.5에서 Rails 3 프로젝트를 실행할 때 오류와 함께 실패합니다.
Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3
read server certificate B: certificate verify failed
(https://bb-m.rubygems.org/gems/multi_json-1.3.2.gem)
An error occured while installing multi_json (1.3.2), and Bundler cannot continue.
Make sure that `gem install multi_json -v '1.3.2'` succeeds before bundling.
보석을 수동으로 설치하려고 gem install multi_json -v '1.3.2'
하면 작동합니다. 다른 여러 보석에서도 동일한 문제가 발생합니다. RVM (1.12.3), ruby 1.9.2, bundler 1.1.3을 사용합니다.
고치는 방법?
source "https://rubygems.org''
Gemfile 을 추가 하고 'gem update --system'을 실행 하여 문제를 해결했습니다 . 자세한 내용은 여기를 참조 하십시오 .