Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

SSL error within heroku tools #2001

Open
afogel opened this issue Aug 24, 2016 · 0 comments
Open

SSL error within heroku tools #2001

afogel opened this issue Aug 24, 2016 · 0 comments

Comments

@afogel
Copy link

afogel commented Aug 24, 2016

Getting the following error pretty consistently when I'm trying to import a PG database to a QA server.
Wasn't sure if you guys had seen it, but I figured I'd log the issue.
I edited out the s3 url and app name for privacy concerns, but hopefully this is enough information to go on?
Thanks.

Resetting DATABASE_URL... done
Use Ctrl-C at any time to stop monitoring progress; the backup
will continue restoring. Use heroku pg:backups to check progress.
Stop a running restore with heroku pg:backups cancel.

r049 ---restore---> DATABASE
Running... 1.62GB
 !    Heroku client internal error.
 !    Search for help at: https://help.heroku.com
 !    Or report a bug at: https://github.com/heroku/heroku/issues/new

    Error:       SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A (OpenSSL::SSL::SSLError)
    Command:     heroku pg:backups restore [https://S3_URL] DATABASE_URL --app [HEROKU_APP] --confirm [HEROKU_APP]
    Plugins:     heroku-config
                 heroku-pgbackups-pull
                 heroku-repo

    Version:     heroku-toolbelt/3.43.9 (x86_64-darwin10.8.0) ruby/1.9.3
    Error ID:    09ca988c0a6d4acdbf70a9c5aeb7381d


    More information in /Users/ArielFogel/.heroku/error.log

the full stack trace from my error.log can be found here:

Heroku client internal error.
SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A
/usr/local/heroku/ruby/lib/ruby/1.9.1/net/http.rb:799:in `connect'
/usr/local/heroku/ruby/lib/ruby/1.9.1/net/http.rb:799:in `block in connect'
/usr/local/heroku/ruby/lib/ruby/1.9.1/timeout.rb:54:in `timeout'
/usr/local/heroku/ruby/lib/ruby/1.9.1/timeout.rb:99:in `timeout'
/usr/local/heroku/ruby/lib/ruby/1.9.1/net/http.rb:799:in `connect'
/usr/local/heroku/ruby/lib/ruby/1.9.1/net/http.rb:755:in `do_start'
/usr/local/heroku/ruby/lib/ruby/1.9.1/net/http.rb:744:in `start'
/Users/ArielFogel/.heroku/client/vendor/gems/rest-client-1.6.8/lib/restclient/request.rb:206:in `transmit'
/Users/ArielFogel/.heroku/client/vendor/gems/rest-client-1.6.8/lib/restclient/request.rb:68:in `execute'
/Users/ArielFogel/.heroku/client/vendor/gems/rest-client-1.6.8/lib/restclient/request.rb:35:in `execute'
/Users/ArielFogel/.heroku/client/vendor/gems/rest-client-1.6.8/lib/restclient/resource.rb:51:in `get'
/Users/ArielFogel/.heroku/client/lib/heroku/client/heroku_postgresql_backups.rb:55:in `block (2 levels) in http_get'
/Users/ArielFogel/.heroku/client/lib/heroku/helpers.rb:126:in `retry_on_exception'
/Users/ArielFogel/.heroku/client/lib/heroku/client/heroku_postgresql_backups.rb:54:in `block in http_get'
/Users/ArielFogel/.heroku/client/lib/heroku/client/heroku_postgresql_backups.rb:106:in `checking_client_version'
/Users/ArielFogel/.heroku/client/lib/heroku/client/heroku_postgresql_backups.rb:53:in `http_get'
/Users/ArielFogel/.heroku/client/lib/heroku/client/heroku_postgresql_backups.rb:16:in `transfers'
/Users/ArielFogel/.heroku/client/lib/heroku/command/pg_backups.rb:515:in `public_url'
/Users/ArielFogel/.heroku/client/lib/heroku/command/pg_backups.rb:82:in `backups'
/Users/ArielFogel/.heroku/client/lib/heroku/command.rb:213:in `run'
/Users/ArielFogel/.heroku/client/lib/heroku/cli.rb:34:in `start'
/usr/local/heroku/bin/heroku:24:in `<main>'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant