Closed PetersonDave closed 9 years ago
Assuming build.sh would also need to be updated?
Don't disable cert validation by default. Not a good security practice at all :)
On Thu, Oct 1, 2015 at 5:56 PM -0700, "David Peterson" notifications@github.com<mailto:notifications@github.com> wrote:
Assuming build.sh would also need to be updated?
Reply to this email directly or view it on GitHubhttps://github.com/connectivedx/Phoenix/pull/175#issuecomment-144890525.
Thanks isite-jenkins ;) flatten packages it is...
When attempting a build for a client, behind their corporate firewall, I received an error message similar to
Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE
.To get around this, I disabled SSL validation to keep the npm install running without error.
Open to any feedback if this isn't considered best practice. Got me past my deployment issue however.