레드마인 설치시 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
반응형
'개발도구' 카테고리의 다른 글
apm scouter 사용 관련 (0) | 2017.01.03 |
---|---|
redmine ckeditor/rmagick 설치 하기 (0) | 2015.09.14 |
레드마인 실행시 서버 변경 (0) | 2015.05.22 |
블로그 업로드용 소스코드 정리 홈페이지 (0) | 2015.05.15 |
스토리 보드 작업 관련 프로그램 powermockup (0) | 2015.05.15 |