Search code examples
githerokuheroku-toolbelt

Heroku: UNABLE_TO_GET_ISSUER_CERT_LOCALLY: unable to get local issuer certificate


I am facing issue in creating an new heroku app on cli

C:\sami\foodOrder\foodOrder>heroku create
Creating app... !
 !    UNABLE_TO_GET_ISSUER_CERT_LOCALLY: unable to get local issuer certificate

This is even happening on a clone of existing app


Solution

  • As a temporary workaround you can disable SSL verification by setting an environment variable:

    HEROKU_SSL_VERIFY=disable