zmoazeni / csscss

A CSS redundancy analyzer that analyzes redundancy.

Home Page:http://zmoazeni.github.io/csscss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install

verpixelt opened this issue · comments

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?

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

@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

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

Thanks @jtperreault this has worked like a charm.