0

I've got a problem with executing command: rhc setup on Windows 8 I've got following output: http://pastebin.com/JRhfK23B

Thanks Tomasz

timo.rieber
  • 3,727
  • 3
  • 32
  • 47
Tomek
  • 116
  • 2
  • 11
  • This should be posted as a bug report at https://bugzilla.redhat.com/enter_bug.cgi?product=OpenShift%20Online instead of a question on stack overflow.com since it seems to be a tooling issue, not a programming issue. –  Jun 09 '14 at 00:25

1 Answers1

1

The problem is in the new version of httpclient.

Use the older version instead:

sudo gem uninstall httpclient
sudo gem install httpclient -v 2.3.4
rhc setup
techraf
  • 64,883
  • 27
  • 193
  • 198