redis集群配置中
>gem sources -a https://ruby.taobao.org/
Error fetching https://gems.ruby-china.org/:
SSL_connect returned=1 errno=0 state=error: certificate verify failed (https://gems.ruby-china.org/specs.4.8.gz)
出现了这个问题。。在百度上找了好多资料都不行;
https://stackoverflow.com/questions/10728436/opensslsslsslerror-ssl-connect-returned-1-errno-0-state-sslv3-read-server-c这里说的好高端的样子也不行。。然后在某论坛看到一个弱弱的回答:‘是不是时间设置有问题’
然后果断在系统里面输入date。。果然日期显示有问题
>ntpdate time.windows.com
>date //再次查看时间没问题了
>gem sources -a https://ruby.taobao.org/ //再次输入
https://ruby.taobao.org/ added to sources //成功