zmoazeni / csscss

A CSS redundancy analyzer that analyzes redundancy.
http://zmoazeni.github.io/csscss/
MIT License
2.92k stars 151 forks source link

Unable to install #79

Closed verpixelt closed 10 years ago

verpixelt commented 10 years ago

I get this error if I try to install csscss with gem install on a new machine; ERROR: Could not find a valid gem 'csscss' (>= 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://s3.amazonaws.com/production.s3.rubygems.org/latest_specs.4.8.gz)

Any idea for that?

zmoazeni commented 10 years ago

@verpixelt that looks more like a connection issue between you and rubygems. Not a csscss issue.

jtperreault commented 10 years ago

@verpixelt Still experiencing this issue? I had a similar problem and discovered my openssl certs were out of date. I use RVM and this command helped identify the problem

$ rvm osx-ssl-certs status all

and this command helped fix the problem

$ rvm osx-ssl-certs update all

More details here: http://railsapps.github.io/openssl-certificate-verify-failed.html

verpixelt commented 10 years ago

I had this issue at work on my new MacMini. I'll try this on monday, but thanks anyway ;)

verpixelt commented 10 years ago

Thanks @jtperreault this has worked like a charm.