- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have changed my connection to server. My server now has a certificate issued by a selfmade CA. In XDK call to https work because I have installed the CA certificate on the machine I run XDK on. On the real device it doesn't work.
How to install CA certificate on device? (both Android and iOS)
Thank You
- Tags:
- HTML5
- Intel® XDK
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Long term you should use a Certificate Authority to sign your cert.
There is a cordova plugin that will allow you to work around the SSL cert issue: https://www.npmjs.com/package/cordova-plugin-certificates, try this.
Another option that may work is by converting your cert to DER format, put it on a server and access from a web browser, this will prompt to add the cert, and then the app should work for your device only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for answering. I've already tried this plugin but the android build crashes with cordova 5.1.1

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page