Hey All,

On the odd chance this helps someone else--if heroku commands barf on you
like so:

  $ heroku rake db:migrate
  c:/ruby/lib/ruby/1.8/net/http.rb:564:in `initialize': A connection attempt
failed because the connec
  ted party did not properly respond after a period of time, or established
connection failed because
  connected host has failed to respond. - connect(2) (Errno::ETIMEDOUT)
          from c:/ruby/lib/ruby/1.8/net/http.rb:564:in `open'

And you're behind an NTLM-authentication-requiring proxy server (common in
many corporate environments) the fix is to create an environment var like
so:

  $ export http_proxy=http://<<windows username>>:<<windows
password>>@<<proxy server address with port>>

So for instance:

  $ export http_proxy=http://scott:ti...@proxy.mycompany.com:8080

Cheers,

-Roy

-- 
Roy Pardee
http://facebook.com/rpardee

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to