0

I am trying to get SASS installed on my windows machine at work, however after installing ruby I cannot seem to install it ..

  • Ruby Version - 2.1.5

The error I am getting when running gem install sass on the command prompt :

ERROR: Could not find a valid gem 'SASS' ,.= 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.gx

Has anyone else encountered this? Know a way around it??

Community
  • 1
  • 1
JustSteveKing
  • 968
  • 1
  • 10
  • 29

1 Answers1

1

Turns out the latest download of ruby is having issues with it's SSL cert .. Installed an older version - works a treat

JustSteveKing
  • 968
  • 1
  • 10
  • 29