NSURLSession/NSURLConnection HTTP负载在IOS 9上失败
AFURLSessionManager
.
__block NSURLSessionDataTask *task = [self.sessionManager dataTaskWithRequest:request completionHandler:^ (NSURLResponse * __unused response, id responseObject, NSError *error) { if (error) { } else { }}];[task resume];
Error Domain=NSURLErrorDomain Code=-999 "cancelled.
NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824 CFNetwork SSLHandshake failed (-9824)
最新情况:
相关分类