Re: NSURLConnection & ignoring untrusted server certificates

2009-01-29 Thread ainxow
this should be useful: http://www.cocoabuilder.com/archive/message/cocoa/2008/4/16/204328 ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-

Re: Date compiled?

2008-05-27 Thread ainxow
On May 27, 2008, at 6:31 PM, Andy Lee wrote: On May 27, 2008, at 6:20 PM, Bill Monk wrote: NSString *compileDate = [NSString stringWithCString:__DATE__ encoding:NSASCIIStringEncoding]; NSString *compileTime = [NSString stringWithCString:__TIME__ encoding:NSASCIIStringEncoding

Re: How to handle bad certificate error in NSURLDownload?

2008-05-21 Thread ainxow
On May 19, 2008, at 1:51 PM, Jens Alfke wrote: I would guess that the Security framework is requiring user confirmation to allow the app to bypass certificate checking. Well, no. NSURLRequest's setAllowsAnyHTTPSCertificate:forHost: does exactly that, immediately and without user confirmati

Re: How to handle bad certificate error in NSURLDownload?

2008-05-19 Thread ainxow
On May 19, 2008, at 8:35 AM, "parag vibhute" <[EMAIL PROTECTED]> wrote: I am using NSURLDownload class to download a file through https. But I get error "bad server certificate". I know this error occurs when HTTPS server has bad certificate. I want to allow this download even though ce

Re: WWDC ticket needed

2008-05-15 Thread ainxow
t you into them, and in some degree of comfort, what's the point. I'm hopeful the sellout will enable ADC to unleash Developer iTunes - with the event sold out, there's little reason not to sell session videos a la carte. -ainxow ___