connectivedx / Phoenix

http://connectivedx.github.io/Phoenix/
33 stars 5 forks source link

Disable SSL validation prior to npm install #175

Closed PetersonDave closed 8 years ago

PetersonDave commented 8 years ago

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.

PetersonDave commented 8 years ago

Assuming build.sh would also need to be updated?

isite-jenkins commented 8 years ago

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.

PetersonDave commented 8 years ago

Thanks isite-jenkins ;) flatten packages it is...