[iPhone] HTTPS / client Certificate / configuration profile
[iPhone] HTTPS / client Certificate / configuration profile
- Subject: [iPhone] HTTPS / client Certificate / configuration profile
- From: Sandro Noël <email@hidden>
- Date: Wed, 3 Nov 2010 09:58:44 -0400
Greetings.
Scenario:
Our application accesses the content of a secure web server, the server is configured to ask the client for a certificate.
and other security features.
HTTPS
1: SSL connection to server with server certificate
2: SSL Client certificate (different cert issued for every user)
3: Basic Auth authentication over SSL.
I've looked at the docs and took some code from Apple's advance NSURLConnection
...the server certificate challenge works fine.
When I get to the client certificate challenge the code does not seem to be able to find the client certificate.
I've tried installing the certificate
1: as part of a configuration profile...(iPhone config utility)
2: certificate sent in an email to the phone and installed directly on the phone
The code from the advance NSURLConnection looks for certificates in the keychain,
but does not seem to find anything to process and send back to the server.
So my question is, how do I access a certificate that has been installed on the phone
that does not seem to be in the keychain?
Thank you for any pointers.
best regards.
Sandro,
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden