I'm trying Heroku for the first time and on step 3 of the Quickstart
I'm already stuck:
http://docs.heroku.com/quickstart

When I try to use "heroku create", I get the following error, which
seems to be related to the HTTP_PROXY environment variable.  In my
case, its not set, because I'm not behind a proxy, but it errors-out
if I dont set a value for it.

By the way, I'm using IronRuby 1.1, which its possible is part of the
problem...

help?

C:/IronRuby/lib/ruby/1.8/net/http.rb:567:in `const_missing':
uninitialized cons
ant OpenSSL::SSL::SSLSocket (NameError)
        from C:/IronRuby/lib/ruby/1.8/net/http.rb:567:in `connect'
        from C:/IronRuby/lib/ruby/1.8/net/http.rb:553:in `do_start'
        from C:/IronRuby/lib/ruby/1.8/net/http.rb:542:in `start'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/rest-client-1.4.2/
lib/restc
ient/request.rb:150:in `transmit'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/rest-client-1.4.2/
lib/restc
ient/request.rb:55:in `execute'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/rest-client-1.4.2/
lib/restc
ient/request.rb:30:in `execute'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/rest-client-1.4.2/
lib/restc
ient/resource.rb:59:in `post'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/cl
ent.rb:463:in `__send__'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/cl
ent.rb:463:in `process'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/cl
ent.rb:449:in `post'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/cl
ent.rb:150:in `add_key'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mands/keys.rb:22:in `add'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mand.rb:48:in `__send__'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mand.rb:48:in `run_internal'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mands/auth.rb:105:in `save_credentials'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mands/auth.rb:47:in `get_credentials'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mands/auth.rb:30:in `user'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mands/auth.rb:10:in `init_heroku'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mands/auth.rb:6:in `client'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mand.rb:48:in `__send__'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mand.rb:48:in `run_internal'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mands/base.rb:36:in `heroku'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mands/app.rb:27:in `create'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mand.rb:48:in `__send__'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mand.rb:48:in `run_internal'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/lib/
heroku/co
mand.rb:20:in `run'
        from C:/IronRuby/lib/ironruby/gems/1.8/gems/heroku-1.9.12/bin/
heroku:13
        from C:/IronRuby/bin/heroku:19:in `load'
        from C:/IronRuby/bin/heroku:19

-- 
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.

Reply via email to