Currently, I am simply trying to login to heroku, but am having continuous struggles doing so. I keep receiving the error: "Error: self signed certificate in certificate chain". There is not a single command I can run from the CLI.
I expect to be able to login, but this error keeps on showing up. I have tried creating my own certificate, and have looked tirelessly online. I am running heroku/7.16.0 on a 32-bit Windows 7 computer. I have attached the output. Thanks!
Additionally, I am on a company computer and should be behind a proxy. However, cybersecurity checked and my request is not even hitting the proxy. This should not be a firewall issue either.
See https://devcenter.heroku.com/articles/using-the-cli#using-an-http-proxy
On Wed, Sep 26, 2018 at 12:40 PM dking74 notifications@github.com wrote:
Additionally, I am on a company computer and should be behind a proxy.
However, cybersecurity checked and my request is not even hitting the
proxy. This should not be a firewall issue either.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/heroku/cli/issues/1054#issuecomment-424843881, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AANMfB7OuR0Lw1oPDt9fNag9G3hWr88Oks5ue9gXgaJpZM4W7WLm
.
i read the link. But where to find my ca_cert.pem?
See https://devcenter.heroku.com/articles/using-the-cli#using-an-http-proxy
…
How I can create my ca_cert.pem?
The proxy software will provide its CA cert.
In Windows 10, follow the steps below:
SET NODE_EXTRA_CA_CERTS=D:\Users\uendel\Desktop\proxy.cergit config --global http.sslBackend "openssl"
git config --global http.sslCAInfo D:\Users\uendel\Desktop\proxy.cer
heroku loginheroku whoamiIMPORTANT: After doing test, set NODE_EXTRA_CA_CERTS in the system environment variables!!!


IMPORTANT: After doing test, set NODE_EXTRA_CA_CERTS in the system environment variables!!!
How do I set the NODE_EXTRA_CA_CERTS in the system environment variables?
Now I'm having this error fatal: unable to access 'https://git.heroku.com/my-app.git/': SSL certificate problem: unable to get local issuer certificate
Most helpful comment
In Windows 10, follow the steps below:
SET NODE_EXTRA_CA_CERTS=D:\Users\uendel\Desktop\proxy.cerheroku loginheroku whoamiIMPORTANT: After doing test, set NODE_EXTRA_CA_CERTS in the system environment variables!!!