I ran into a problem while creating a new heroku application on cli
C:\sami\foodOrder\foodOrder>heroku create Creating app... ! ! UNABLE_TO_GET_ISSUER_CERT_LOCALLY: unable to get local issuer certificate
This happens even on a clone of an existing application.
As a temporary workaround, you can disable SSL checking by setting the environment variable:
HEROKU_SSL_VERIFY=disable
Heroku , , , . , , .
SSL_CERT_FILE , SSL Ruby on Windows, Heroku, (. path/to/Heroku/lib/cacert.pem).
SSL_CERT_FILE
path/to/Heroku/lib/cacert.pem
, SSL_CERT_FILE , Figaro . heroku .
heroku
Add the following to your .bowerrc file:
"registry": "http://bower.herokuapp.com"
Source: https://habr.com/ru/post/1666699/More articles:Simple jquery function not working - jqueryJSON channel caching Fullcalendar - javascriptglobal variables in JS vs local storage vs values in the DOM, which one will be more efficient? - javascriptWhy are Ruby-related types of types based on strings (line-typed)? - ruby | fooobar.comSpring Boot 2 and Kotlin (with Maven) - springHow to correctly exit firebase-admin nodejs script when all transactions are completed - firebase-adminset :: key_comp vs set :: value_comp in C ++? - c ++vuejs2 - how to create event buses for a hierarchy of individual files - vue.jsget dict value from key variable inaccessible - ansibleReturns vs variable returns function call - pythonAll Articles