heroku / legacy-cli

Heroku CLI
https://cli.heroku.com
MIT License
1.37k stars 380 forks source link

Heroku client internal error. #1968

Open nkrishnamoorthi opened 8 years ago

nkrishnamoorthi commented 8 years ago

Hi I installed Heroku tool belt for windows and I ran the heroku login in GIT bash command window.

I got the error like.,

Heroku client internal error. connect timeout reached

I tried more times but it's not working.

ransombriggs commented 8 years ago

@nkrishnamoorthi could you please rerun the command after running the following (will only work with Git bash). Also, are you behind a network proxy or firewall?

export HEROKU_DEBUG=1
nkrishnamoorthi commented 8 years ago

@ransombriggs - I ran the command and tried but its not working. Yes I am behind the network proxy and firewall. Please help me on this.

ransombriggs commented 8 years ago

@nkrishnamoorthi Could you please try setting the HTTPS_PROXY environment variable as described https://devcenter.heroku.com/articles/using-the-cli#using-an-http-proxy

nkrishnamoorthi commented 8 years ago

@ransombriggs - I followed your command and the heroku installed successfully.

But Once I use the "Heroku login" and I am giving my heroku credentials then I am getting below error.

post https://api.heroku.com/login: net/http: TLS handshake timeout

Please help me on this.

ransombriggs commented 8 years ago

@nkrishnamoorthi It appears that it is timing out at your proxy server, could you try contacting your network administrator to see if they could provide any insight?