Set up Heroku in Windows Set up Heroku in Windows heroku heroku

Set up Heroku in Windows


Several other references to this issue:

Some solutions that others reported to have worked:

  1. [sudo] gem install certified

    add to gemfile : gem 'certified'

    bundle install

  2. try adding the /certs folder to your /lib directory from https://github.com/stevegraham/certified

  3. Try setting HEROKU_SSL_VERIFY to disable $ HEROKU_SSL_VERIFY=disable heroku logs

  4. Possibly try uninstalling the gem, and instead downloading/installing the toolbelt from https://toolbelt.heroku.com


I was having this same problem and none of the suggestions were working for me.

It turns out when trying to fix a different problem I had set an environment variable to set my SSL Certificate location to be in the RailsInstaller directory.

I recommend checking for any suspicious environment variables if none of the above answers are helping you.


I too had this problem. The following worked for me:

  1. downloaded toobelt and re-installed it (even without uninstalling the previous installation)
  2. ran heroku login to re-establish the login

Simple as it may sound, it solved my certificate problem :)