Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 205
Samdeesh Avatar asked Jan 13 '17 08:01

Samdeesh


1 Answers

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

HEROKU_SSL_VERIFY=disable

like image 160
Lukasz Wiktor Avatar answered Sep 21 '22 23:09

Lukasz Wiktor