Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20168] Client SSL Certificate support

GitHub Issuen/a
TypeNew Feature
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
LabelsSSL, client
ReporterMichael Bahl
AssigneeUnknown
Created2015-12-08T12:08:19.000+0000
Updated2018-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.

Comments

No comments

JSON Source