[TIMOB-11728] iOS: Support SSL certificate store with HTTP Client
| GitHub Issue | n/a |
|---|---|
| Type | Sub-task |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-12-04T00:39:20.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 3.1.0, 2012 Sprint 24, 2012 Sprint 24 API |
| Components | iOS |
| Labels | n/a |
| Reporter | Allen Yeung |
| Assignee | Vishal Duggal |
| Created | 2012-11-12T02:51:37.000+0000 |
| Updated | 2017-03-14T19:03:26.000+0000 |
We'll need to get this done sooner over later in Sprint 24 as the client has a deadline to get this in-app before the end of the month.
For iOS this basically means exposing the following methods of ASIHTTPRequest setClientCertificates(NSArray) - Array of SecCertificateRef setClientCertificateIdentity(arg) - arg is of type SecIdentityRef The parsing of certificates can be done in a module.
Pull pending for iOS that exposes the hooks required https://github.com/appcelerator/titanium_mobile/pull/3429
Closing ticket as fixed.