Receiving Error: SELF_SIGNED_CERT_IN_CHAIN when running phonegap command
- by Jeff Schwartz
I execute the following command:
phonegap create hello com.example.hello HelloWorld
and receive the following:
[phonegap] missing library com.example.hello/www/3.4.0
[phonegap] downloading https://github.com/phonegap/phonegap-app-hello-world/archive/3.4.0.tar.gz...
[phonegap] the options /Users/schwartzj/Documents/developer/phonegap/hello com.example.hello HelloWorld
[Error: SELF_SIGNED_CERT_IN_CHAIN]
[error] SELF_SIGNED_CERT_IN_CHAIN
Has anyone out there encountered this problem? I received the same error when first attempting to install phone gap, but I was able to resolve it then.