nodejs – error self signed certificate in certificate chain
Option 1: Disable the warning (useful for dev) From your question I’m guessing you are doing this in development as you are using a self signed certificate for SSL communication. If that’s the case, add as an environment variable wherever you are running node or running node directly with This instructs Node to allow untrusted … Read more