Error AtlasError Documentation and Resolution

npm is behind an SSL-intercepting proxy

SSL-intercepting proxy

npm is encountering TLS and certificate problems because network traffic is being intercepted and re-signed by a proxy between the client and the npm registry.

SSL-intercepting proxynetworking
SSL-intercepting proxy
  • A corporate or managed proxy is intercepting SSL traffic.
  • The proxy's certificate chain is not trusted by the npm client environment.
  • Registry TLS settings and local CA configuration do not match the inspected connection path.
  1. Confirm whether the network path includes an SSL-intercepting proxy.
  2. Configure npm to trust the appropriate CA chain if policy allows.
  3. Review proxy-specific configuration instead of only toggling strict SSL settings.
npm Docs: Common errors
npm SSL-intercepting proxy problems: causes and fixes | Error Atlas