ruby on rails - Heroku Error when running heroku commands -
ruby on rails - Heroku Error when running heroku commands -
hi everytime seek run heroku command ex. heroku run rails c --app <appname>
getting error:
! heroku client internal error. ! search help at: https://help.heroku.com ! or study bug at: https://github.com/heroku/heroku/issues/new error: ssl_connect returned=1 errno=0 state=sslv3 read server hello a: sslv3 alert handshake failure (openssl::ssl::sslerror)
(exc n::errors::socketerror) backtrace: c:/program files (x86)/heroku/vendor/gems/excon-0.16.1/lib/excon/ssl_socket.rb:83:in connect' c:/program files (x86)/heroku/vendor/gems/excon-0.16.1/lib/excon/ssl_socket.rb:83:in
initialize' c:/program files (x86)/heroku/vendor/gems/excon-0.16.1/lib/excon/connection.rb:344:in new' c:/program files (x86)/heroku/vendor/gems/excon-0.16.1/lib/excon/connection.rb:344:in
socket' c:/program files (x86)/heroku/vendor/gems/excon-0.16.1/lib/excon/connection.rb:175:in request_kernel' c:/program files (x86)/heroku/vendor/gems/excon-0.16.1/lib/excon/connection.rb:101:in
request' c:/program files (x86)/heroku/vendor/gems/heroku-api-0.3.4/lib/heroku/api.rb:61:in request' c:/program files (x86)/heroku/vendor/gems/heroku-api-0.3.4/lib/heroku/api/login.rb:9:in
post_login' c:/program files (x86)/heroku/lib/heroku/auth.rb:76:in api_key' c:/program files (x86)/heroku/lib/heroku/auth.rb:185:in
ask_for_credentials' c:/program files (x86)/heroku/lib/heroku/auth.rb:217:in ask_for_and_save_credentials' c:/program files (x86)/heroku/lib/heroku/auth.rb:80:in
get_credentials' c:/program files (x86)/heroku/lib/heroku/auth.rb:70:in password' c:/program files (x86)/heroku/lib/heroku/auth.rb:17:in
api' c:/program files (x86)/heroku/lib/heroku/command/base.rb:40:in api' c:/program files (x86)/heroku/lib/heroku/command/config.rb:26:in
index' c:/program files (x86)/heroku/lib/heroku/command.rb:193:in run' c:/program files (x86)/heroku/lib/heroku/cli.rb:25:in
start' c:/program files (x86)/heroku/bin/heroku:25:in `'
command: heroku config version: heroku-toolbelt/2.30.3 (i386-mingw32) ruby/1.9.2
what problem this?
i got same probleme, , reason seems same: heroku toolbelt outdated. check out: https://github.com/heroku/heroku/issues/1235
get current version in: https://toolbelt.heroku.com/windows
ruby-on-rails heroku heroku-toolbelt
Comments
Post a Comment