Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23545] WebView for iOS: https url won't be loaded since the ssl error (self-sign cetificate) even the ATS is false in default

GitHub Issuen/a
TypeStory
PriorityNone
StatusClosed
ResolutionNot Our Bug
Resolution Date2016-07-13T12:08:57.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterShuo Liang
AssigneeChee Kiat Ng
Created2016-06-21T06:33:35.000+0000
Updated2016-07-13T12:08:57.000+0000

Description

Reproduce:

1. Create a default mobile project 2. add following code to app.js
var win = Ti.UI.createWindow({
	backgroundColor:'white'
});

var webview = Titanium.UI.createWebView({url:'voyasso.html',ignoreSslError :true});

win.add(webview);

win.open();
3. add the following html page to project (Moved into comment as it contain sensitive info) 4. Run the project on iOS device or simulator

Actual Result:

(Check statement as it might contain sensitive info)

Expected Result:

Since the APT is false in default, the url should load up.

Comments

  1. Hans Knöchel 2016-07-13

    Closing based on feedback from [~sliang].

JSON Source