- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Problem mit SSL Zertifikat:
Die Fehlermeldungen:
(- Webseite: keine - ALLES FUNKTIONIERT WIE ES SOLL)
- XDK Emulator: keine - ALLES FUNKTIONIERT WIE ES SOLL
- XDK Debug: Fehler-Fenster mit "Ssl Certificate Error Alert" (nach OK funktioniert alles, nach Abbrechen nicht)
- Installiert auf Android (Galaxy S4): NICHTS funktioniert (kein Popup, und ich lande in der error-Funktion, ohne vernünftige Fehlermeldung)
Mein Code:
var opts = {
type: "POST",
success: function (data) {
getSearchCallback(data);
},
error: function(XHR, textStatus, errorThrown) {
;
},
url: 'http://........',
data: {
'msg': msg
}
};
$.ajax(opts);
Das Zertifikat: von Comodo (das power ssl von alfahosting).
Ich habe dort extra ein (billiges) Zertifikat gekauft, weil ein selbst erstelltes mit ajax calls aufgrund der nicht möglichen Vertrauens-Bestätigung nicht funktioniert.
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you set the Cordova whitelist section on the projects tab for your specific project via the Build Settings. I recommend selecting the Cordova Whitelist and adding a * (asterisk) to the Navigation as well as Network Requests (Internal Whitelist). Rebuild and install your application on your android device to test. Also, when using the Debug tab, remember that you can open the builtin Chrome Developer Tools to view the network traffic, errors and other valuable information.

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