[TIMOB-11278] iOS: Add method to ignore invalid SSL certificate
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2017-02-02T18:55:10.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 6.0.2 |
| Components | TiAPI |
| Labels | ignoreSslError, ios, parity, webview |
| Reporter | Ingo Muschenetz |
| Assignee | Hans Knöchel |
| Created | 2012-10-05T19:24:23.000+0000 |
| Updated | 2017-02-14T17:26:55.000+0000 |
Description
Add support for a "ignoreSslError" property for Titanium.UI.WebView API
PR (master): https://github.com/appcelerator/titanium_mobile/pull/8786 PR (6_0_X): https://github.com/appcelerator/titanium_mobile/pull/8787 Test-Case:
var win = Ti.UI.createWindow({ title: 'TIMOB-11278' }); var webView = Ti.UI.createWebView({ ignoreSslError: true, url: 'https://self-signed.badssl.com/' // Test a self-signed TLS certificate }); var nav = Ti.UI.iOS.createNavigationWindow({ window: win }) win.add(webView); nav.open();The fix is present and tested as part of the FR.
6.0.2.v20170213142042 (6_0_X)6.1.0.v20170213134957 (master)*Closing*