Open rochebox opened 8 years ago
are you behind a proxy?
I'm running into the same problem, and am doing exercises from the same program.
We are running a Linux development environment inside Vagrant. Outside of that, I'm not running any proxies or VPNs.
gem uninstall heroku
and then
gem install heroku
If you're not using vagrant, rather than reinstalling heroku as a gem, it would probably be better to install the heroku toolbelt, but vagrant makes that difficult.
Here is some more info and other solutions: http://stackoverflow.com/questions/17268517/heroku-client-internal-error-unable-to-verify-certificate
Hi I'm having a problem in deploying a rails project to Heroku I am in the Firehose Project. https://www.thefirehoseproject.com/ There is a stack-over flow request with basically the same issue, but there is no solution there...(or I didn't see it).
In a vagrant development environment (after creating a rails project and setting up a gitHub repository (all fine) when I try 'heroku create file-name', I get back a error (a server certificate issue??) as follows:
[Web Dev]: /vagrant/src/nomster2 $ heroku create nomster2-rochebox ! Heroku client internal error. ! Search for help at: https://help.heroku.com ! Or report a bug at: https://github.com/heroku/heroku/issues/new
I did a heroku update through terminal (which was ok):
scimac13-11:vagrant christopherroche$ heroku update Heroku CLI submits usage information back to Heroku. If you would like to disable this, set
skip_analytics: true
in /Users/christopherroche/.heroku/config.json heroku-cli: Updating... done. scimac13-11:vagrant christopherroche$But that didnt solve the problem, so I would be grateful for any help you can give me on this problem.
Thank you!