ajax - How to parse data from a server with self signed certification in Cordova? -
i'm trying parse data remote server in application using cordova. when used local server job works when connect remote server , try parse data got error message:
get http://192.168.0.26:3000/proxy/https%3a%2f%2f197.5.144.66%2f623sat0%2fopx2%2f127.0.0.1%3a8324%2fodata%2fuser%3f%24select%3dname%2cobject_number%26%24filter%3dname%20eq%20'intranet' 500 (internal server error) self signed certificate i found many questions topic in stackoverflow:
- phonegap ajax call https server self-signed certificate fails
- are self-signed ssl certs inapplicable phonegap client apps?
- self-signed certificates
but didn't understand fix problem because have android application production , setting android:debuggable="true" not solution production. how fix that?
Comments
Post a Comment