The issue was that we are using internal certificates and the CA was untrusted as we thought. The fix was not what we thought, it was the fact that we needed to set a global variable, NODE_EXTRA_CA_CERTS, and set it to a copy of the root cert we had stored locally in a directory. See this article: https://groups.google.com/forum/#!msg/sonarqube/1W8raF6ZMVM/iFgQhVENAAAJ
1 Like