Prerequisites before install refinerycms
All prerequisites were installed correctly. Next step install refinerycms
"gem install refinerycms" ,then does no work and i get this error
could not find a valid gem ´refinerycms' ()= 0), here is why: Unable to download data from https://rubygems.org/ - ssl_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/latest_specs.4.8.gz)
The following steps should help
gem --version
Running 1.8.x: download 1.8.30
Running 2.0.x: donwload 2.0.15
Running 2.2.x: download 2.2.3
C:\
C:\>gem install --local C:\rubygems-update-1.8.30.gem
NB: Change rubygems-update-1.8.30.gem
to the name of the file you downloaded
C:\>update_rubygems --no-ri --no-rdoc
gem --version
should report the new update version you downloaded.rubygems-update gem
:C:\>gem uninstall rubygems-update -x
Source: Github Gist