Webサービスからデータをプルするために使用[NSURLConnection sendAsynchronousRequest:request queue:[NSOperationQueue mainQueue] completionHandler:^(NSURLResponse *response, NSData *data, NSError *error)]
していますが、Webサーバーに自己発行証明書があるため、次のエラーが表示されます。
次を使用して表示されたエラー:
NSAlert *a = [NSAlert alertWithError:error];
[a runModal];
このエラーを無視して続行する方法はありますか?