次のエラーを回避できません。
$ 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 キーは正常で無傷のように見えますが、何らかの理由で破損している可能性がありますか?
このエラーを修正するにはどうすればよいですか?