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:

  1. phonegap ajax call https server self-signed certificate fails
  2. are self-signed ssl certs inapplicable phonegap client apps?
  3. 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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -