I’m trying to deploy an app onto heroku, just to test out the process. My app is on github (at https://github.com/toastkid/fooapp) and all my github ssh stuff is set up. I’m following the tutorial here:
http://devcenter.heroku.com/articles/quickstart
I’m at step 3, where i say “heroku create” and enter my heroku email and password. I do this, and i just get this back:
WARNING: Unable to verify SSL certificate for api.heroku.com
To disable SSL verification, run with HEROKU_SSL_VERIFY=disable
Before i try running it with that disabled ssl option i’d like to get it working normally. Anyone know what the problem might be?
thanks, max
I’ve just added
HEROKU_SSL_VERIFY=disableto my.bashrc. Unfortunately, I don’t know how to fix this in other way. This thing started to appear in my console since I’ve updated heroku gem to 2.0.5…