jfrog / bower-art-resolver

Apache License 2.0
15 stars 17 forks source link

DEPTH_ZERO_SELF_SIGNED_CERT self signed certificate #6

Closed pvblicltd closed 8 years ago

pvblicltd commented 8 years ago

Node v0.12.7 - We can't get resolver to complete a bower install. We think it may be related to this issue with the "request" library https://github.com/request/request/issues/418.

Has anyone else experienced the same problems?

huerlisi commented 8 years ago

This could be solved by using the strictSSL=false together with the fix in #3. This PR fixes the bower configuration not being passed to the actual request.

eyalbe4 commented 8 years ago

@pvblicltd, Can you please approve that version 2.0.2 fixes this issue by using the strictSSL=false as @huerlisi suggested?

eyalbe4 commented 8 years ago

@pvblicltd, May we close this issue?

eyalbe4 commented 8 years ago

@pvblicltd and all, I'm closing this issue for now. Do let us know if you still experience this issue.