openshift client tools - rhc setup - Unable to connect to the server -


i installing client tools on windows.

i completed command -> gem install rhc

next step --> rhc setup

i using default server, getting below error:

c:\>rhc setup --debug debug: using config file y:/.openshift/express.conf debug: running greeting_stage openshift client tools (rhc) setup wizard  wizard upload ssh keys, set application namespace, , check other programs git installed. debug: running server_stage  if have own openshift server, can specify now. hit enter  use server openshift online: openshift.redhat.com. enter server hostname: |openshift.redhat.com|  can add more servers later using 'rhc server'. debug: running login_stage debug: connecting https://openshift.redhat.com/broker/rest/api debug: client supports api versions 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7 debug: created new httpclient debug: request https://openshift.redhat.com/broker/rest/api  unable connect server (getaddrinfo: no such host known. (https://openshift.redhat.com:443)). check have correctly specified openshift server 'https://openshift.redhat.com/broker/rest/api'. 

ruby version: 1.9.3p551

please note: behind proxy.

after of rnd, resolved proxy issue.

set proxy before running 'rhc setup'.

set http_proxy=http://username:password@proxyserverip:port 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -