Re: NSURLConnection and HTTPS
Re: NSURLConnection and HTTPS
- Subject: Re: NSURLConnection and HTTPS
- From: Timothy Wood <email@hidden>
- Date: Fri, 3 Oct 2008 08:23:31 -0700
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@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