[TIMOB-20168] Client SSL Certificate support
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | SSL, client |
Reporter | Michael Bahl |
Assignee | Unknown |
Created | 2015-12-08T12:08:19.000+0000 |
Updated | 2018-02-28T19:55:55.000+0000 |
Description
Titanium should offer the possibility to use client SSL Certificates.
To approach this amend the APSHTTPClient - > APSHTTPRequest.m:
*Delegate:*
-(void)connection:(NSURLConnection *)connection willSendRequestForAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
*Should handle:*
...
}else if([authMethod isEqualToString:NSURLAuthenticationMethodClientCertificate]){
...
*And give access through http proxy*
Similar feature for android would be nice too.
No comments