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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to