Re: How to handle bad certificate error in NSURLDownload?
Re: How to handle bad certificate error in NSURLDownload?
- Subject: Re: How to handle bad certificate error in NSURLDownload?
- From: Jens Alfke <email@hidden>
- Date: Mon, 19 May 2008 11:51:57 -0700
On 19 May '08, at 8:19 AM, parag vibhute wrote:
I implemented same but whenever I launched my application it asks to
change
trust settings. Why is it like that?
What exactly did you mean by "same"? Which code did you implement?
I would guess that the Security framework is requiring user
confirmation to allow the app to bypass certificate checking.
Other thing is my https server requires username & password so now I
am
using WebDownload class (which is subclass of NSURLDownload) but it
does ask
about username & password & required file(which is at server) gets
partially
downloaded. How can I overcome this?
By reading the documentation you already have. :-/
Specifically, "URL Loading System" > "Using NSURLDownload" > "Handling
Authentication Challenges".
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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