How to use NSMutableURLRequest with certificate authentication.
How to use NSMutableURLRequest with certificate authentication.
- Subject: How to use NSMutableURLRequest with certificate authentication.
- From: Jim Murry <email@hidden>
- Date: Tue, 1 Jan 2008 01:12:04 -0800
I had been using CurlHandle, but it does not appear to work for
Leopard because CurlHandle subclasses NSURLHandle that is deprecated.
The URL requires the use of a certificate rather than a name and
password. The code I was using was the following:
[curlHandle setString:[[NSUserDefaults standardUserDefaults]
objectForKey: @"keyFilePath"] forKey:CURLOPT_SSLCERT];
is there a way to get an NSMutableURLRequest to authenticate using a
certificate rather than name and password.
Thanks
_______________________________________________
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