-
Notifications
You must be signed in to change notification settings - Fork 663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command: ionic resources have error: unable to get local issuer certificate #2532
Comments
This is an issue with your SSL setup, either locally or your proxy. Did you need to configure npm to work with your proxy? The Ionic CLI will need to be configured similarly. See nodejs/node#3742 |
Does anyone have more information on this? I've followed the link from @dwieeb, but nothing in there has helped. I've changed the npm registry, the '@Ionic' registry and the cordova registry, but nothing fixes the issue. Did you ever find a solution @jimiatworking? |
@SimplyComplexable nope, haven't had a solution here. |
set an environment variable |
Setting If you know you're behind a proxy, you need to configure your environment for a proxy:
If you know you're not behind a proxy, make sure your system is up to date, which should ensure you have the latest CA certificates distributed with every OS. If this specific issue (SSL error upon |
i was facing the same issue.but due to only one application which is Zscaler.if you are also having similar app,close it first and then try it. |
Description:
I'm already setup proxy and unable to get icon and splash when I give ionic resource command.
Got Error: unable to get local issuer certificate
Steps to Reproduce:
Output:
[DEBUG] !!! ERROR ENCOUNTERED !!!
Error: unable to get local issuer certificate
[DEBUG] Error: unable to get local issuer certificate
at TLSSocket. (_tls_wrap.js:1098:38)
at emitNone (events.js:105:13)
at TLSSocket.emit (events.js:207:7)
at TLSSocket._finishInit (_tls_wrap.js:628:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:458:38)
The text was updated successfully, but these errors were encountered: