[TIMOB-8186] iOS: Feature request to add X.509 certificate authentication over SSL in HTTPClient connection
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | SupportTeam, api, core |
Reporter | Varun Joshi |
Assignee | Unknown |
Created | 2012-03-22T10:48:23.000+0000 |
Updated | 2018-03-06T18:57:58.000+0000 |
Description
It has been requested to add the functionality to send x.509 certificate through SSL to the server while establishing HTTPClient connection.
So basically, during authentication process, client would be able to send a (.cer) file through HTTPS.
Essentially, something like this:
1) Package .p12 files/ .cer files as part of Resources, and
2) Extract data from these files (an API from TiHTTPClient) and send it over to server.
No comments