• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
How to use NSMutableURLRequest with certificate authentication.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Next by Date: NSTableView, NSArrayController, NSManagedObjectContext
  • Next by thread: NSTableView, NSArrayController, NSManagedObjectContext
  • Index(es):
    • Date
    • Thread