Artifact update problem (npm): UNABLE_TO_GET_ISSUER_CERT_LOCALLY #12304
Replies: 2 comments 1 reply
-
Duplicate of #12263 |
Beta Was this translation helpful? Give feedback.
-
The “Unable to Get Local Issuer Certificate” error stems from a misconfigured SSL certificate on your local machine. This misconfiguration prevents a successful HTTPS handshake from taking place. The error is often linked to self-signed or corporate certificates, particularly with Git. (Self-signed certificates are mainly used in testing or development environments and are not verified by trusted Certificate Authorities. Git may throw an error when encountering such certificates. There are different ways to fix the error such as:-
May these steps will be helpful in resolving the issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
First of all, thanks for your app -- it's been a huge help in maintaining our npm dependencies fresh.
The problem is, it stopped working properly -- getting artifact update problems for every new PR:
It worked in a fork of our main repo (https://github.com/akarve/quilt/) without any problems, but after installing it in our main repo (https://github.com/quiltdata/quilt), artifact update problems began (here's an example PR: quiltdata/quilt#2406). Config hasn't been changed. Any ideas on what happened and how we can fix this?
Beta Was this translation helpful? Give feedback.
All reactions