On Oct 3, 2008, at 8:17 AM, dexter morgan wrote:
Searching inside the list I've found this code: [_request setAllowsAnyHTTPSCertificate:YES forHost: [_url host]];It's a private API. Unfortunatly the message is too old (2005) and at this time this method seems to be removed. Anyone can point me to a solution?
It's actually a class method on NSURLRequest (now at least -- don't know about in 2005). We, and everyone else under the sun are using it, so you should log a Radar to help encourage Apple to make this API public or otherwise add hooks for managing certs on NSURLConnection.
-tim _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [EMAIL PROTECTED]
