Config: Windows 7 64 bits Ruby19.3 vmc 0.4.7
From a Admin Command Prompt, I've issued
$ set http_proxy=http://j.bosman:[email protected]:8080
$ set https_proxy=https://j.bosman:[email protected]:8080
$ vmc target https://api.cloudfoundry.com -t
This is what I get:
Setting target to https://api.cloudfoundry.com... FAILED Errno::ETIMEDOUT: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2) For more information, see ~/.vmc/crash
And the content of the crash file:
Time of crash: 2013-01-09 10:24:53 +0000
Errno::ETIMEDOUT: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - connect(2)
C:/Ruby193/lib/ruby/1.9.1/net/http.rb:762:in
initialize' C:/Ruby193/lib/ruby/1.9.1/net/http.rb:762:in
open' C:/Ruby193/lib/ruby/1.9.1/net/http.rb:762:inblock in connect' C:/Ruby193/lib/ruby/1.9.1/timeout.rb:54:in
timeout' C:/Ruby193/lib/ruby/1.9.1/timeout.rb:99:intimeout' C:/Ruby193/lib/ruby/1.9.1/net/http.rb:762:in
connect' C:/Ruby193/lib/ruby/1.9.1/net/http.rb:755:indo_start' C:/Ruby193/lib/ruby/1.9.1/net/http.rb:744:in
start' cfoundry-0.4.18/lib/cfoundry/baseclient.rb:124:inrequest_uri' cfoundry-0.4.18/lib/cfoundry/baseclient.rb:45:in
request' cfoundry-0.4.18/lib/cfoundry/baseclient.rb:41:inrequest_path' cfoundry-0.4.18/lib/cfoundry/baseclient.rb:190:in
request_with_options' cfoundry-0.4.18/lib/cfoundry/baseclient.rb:194:inget' cfoundry-0.4.18/lib/cfoundry/client.rb:44:in
info' cfoundry-0.4.18/lib/cfoundry/client.rb:35:innew' vmc-0.4.7/lib/vmc/cli.rb:354:in
client' vmc-0.4.7/lib/vmc/cli/start/target.rb:53:inblock in target' interact-0.5.1/lib/interact/progress.rb:98:in
with_progress' vmc-0.4.7/lib/vmc/cli/start/target.rb:52:intarget' mothership-0.3.5/lib/mothership/base.rb:61:in
run' mothership-0.3.5/lib/mothership/command.rb:68:inblock in invoke' mothership-0.3.5/lib/mothership/command.rb:82:in
instance_exec' mothership-0.3.5/lib/mothership/command.rb:82:ininvoke' mothership-0.3.5/lib/mothership/base.rb:50:in
execute' vmc-0.4.7/lib/vmc/cli.rb:106:inexecute' mothership-0.3.5/lib/mothership.rb:45:in
start' vmc-0.4.7/bin/vmc:11:in<top (required)>' C:/Ruby193/bin/vmc:23:in
load' C:/Ruby193/bin/vmc:23:in `'
Could you possibly help?
Thanks in advance.
Using the latest vmc should require no proxy settings.