我无法克服以下错误:
$ rhc setup
OpenShift Client Tools (RHC) Setup Wizard
This wizard will help you upload your SSH keys, set your application namespace,
and check that other programs like Git are properly installed.
A secure connection could not be established to the server (SSL_connect
returned=1 errno=0 state=SSLv3 read server key exchange B: bad ecpoint). You may
disable secure connections to your server with the -k (or --insecure) option
'https://openshift.redhat.com/broker/rest/api'.
If your server is using a self-signed certificate, you may disable certificate
checks with the -k (or --insecure) option. Using this option means that your
data is potentially visible to third parties.
我已经跑rhc setup -k
(到同一端)以及sudo gem update rhc
(我有所有东西的最新版本,AFAIK)。我也删除了~/.openshift
目录无济于事。我的 ssh 密钥看起来很好并且完好无损,但可能以某种方式损坏了?
我该如何解决这个错误?