Receiving Error: SELF_SIGNED_CERT_IN_CHAIN when running phonegap command
        Posted  
        
            by 
                Jeff Schwartz
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jeff Schwartz
        
        
        
        Published on 2014-05-27T21:20:30Z
        Indexed on 
            2014/05/27
            21:25 UTC
        
        
        Read the original article
        Hit count: 369
        
cordova
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.
© Stack Overflow or respective owner