Heroku looks cool. I'd like to get started testing it but I don't have direct interwebs access. I need to specify a proxy server. This works fine:
$ restclient >> RestClient.proxy="http://proxy:80" => "http://proxy:80" >> RestClient.get "http://www.google.com" But how do I specify a proxy for heroku itself? $ heroku keys:add Uploading ssh public key /Users/jness/.ssh/id_rsa.pub Enter your Heroku credentials. Email: xxx Password: xxx Uploading ssh public key /Users/jness/.ssh/id_rsa.pub /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ 1.8/net/http.rb:560:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError) ... Thanks for the help. Jonathan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
