I cannot get past the following error:
$ 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.
I have run rhc setup -k
(to the same end) as well as sudo gem update rhc
(I have the latest versions of everything, AFAIK). I've also deleted the ~/.openshift
directory to no avail. My ssh keys seem fine and intact otherwise, but maybe are corrupted somehow?
How can I fix this error?
Your rhc gem may be out of date. I fixed this problem by typing at the command line:
gem install rhc
Then I was able to go through the setup procedure (again).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With