Re: NSURLDownload and handling HTTPS certificates
Re: NSURLDownload and handling HTTPS certificates
- Subject: Re: NSURLDownload and handling HTTPS certificates
- From: Dominik Pich <email@hidden>
- Date: Thu, 17 May 2007 11:24:48 +0200
hack: override a private method / categorize it.
..... I had the same issue but as I dont remember the name, search
the archives of this list or macnetworkprog.
Regards,
Dominik
On May 17, 2007, at 1:58 AM, Nick Zitzmann wrote:
I've seen this question asked before in the archives, but no one
had an answer...
I've got an NSURLDownload object (which is actually a WebDownload
object). When NSURLDownload is sent to an HTTPS server that has a
bad certificate, it fails the download with the appropriate error.
However, I want to change this so that it asks the user what to do
in this case (using SFCertificateTrustPanel).
Besides writing my own HTTPS-handling NSURLProtocol, how do I do
this? I don't see any delegate methods anywhere that handle
certificates...
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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