Sent from my iPad

On 20 Mar 2012, at 05:16 AM, Rick Mann <rm...@latencyzero.com> wrote:

> I'm connecting to my dev server which has a self-signed cert. When I do this, 
> NSURLConnection complains with:
> 
> NSLocalizedDescription = "An SSL error has occurred and a secure connection 
> to the server cannot be made.";
>    NSLocalizedRecoverySuggestion = "Would you like to connect to the server 
> anyway?";
>    NSUnderlyingError = "Error Domain=kCFErrorDomainCFNetwork Code=-1200 \"An 
> SSL error has occurred and a secure connection to the server cannot be 
> made.\" 
> 
> My answer is, "Yes!", but I don't know how to tell it.
> 
> What do I need to do to?

This error likely has a recovery attempted associated with it. You are supposed 
to use one of the -presentError:… methods to display it and let the user choose 
what to do.

> I'm using
> 
> -sendAsynchronousRequest:queue:completionHandler:
> 
> So I can't set a delegate.

Well you can. You could switch to using the delegate-based API.
> 
> -- 
> Rick
> 
> 
> _______________________________________________
> 
> 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-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/cocoadev%40mikeabdullah.net
> 
> This email sent to cocoa...@mikeabdullah.net

_______________________________________________

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-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to