레드마인 설치시 bundle install 과정에서 아래와 같은 에러가 발생 되는 경우


Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://rubygems.org/gems/rake-10.4.2.gem)

An error occurred while installing rake (10.4.2), and Bundler cannot continue.

Make sure that `gem install rake -v '10.4.2'` succeeds before bundling.


설치된 레드마인 폴더의 Gemfile 의 내용중

source 'https://rubygems.org' 의 내용을 source 'http://rubygems.org' 와 같이 변경해 주면

정상적으로  bundle가 동작 하게 됩니다.


https로의 데이터 접근엔 브라우저로 확이시 이상이 없는데 ssl모둘과의 연동 부분에서 에러가 발생되는지

정확한 에러 내용은 알수가 없습니다.

참고한 페이지는 아래와 같습니다.


http://stackoverflow.com/questions/27364008/cant-access-rubygems-possibly-due-to-ssl

반응형
Posted by 질주하는구
,