我正在使用[NSURLConnection sendAsynchronousRequest:request queue:[NSOperationQueue mainQueue] completionHandler:^(NSURLResponse *response, NSData *data, NSError *error)]
从 Web 服务中提取数据,但是 Web 服务器具有自颁发的证书,导致出现此错误:
错误显示使用:
NSAlert *a = [NSAlert alertWithError:error];
[a runModal];
有没有办法忽略这个错误并继续?