Linked Questions

-6 votes
1 answer
1k views

NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843) no data found: Optional(Error Domain=NSURLErrorDomain Code=-1202 "The certificate for this server is invalid. You might ...
Abdul Hameed's user avatar
  • 1,053
2 votes
1 answer
774 views

I recently updated xCode to version 7 and it appears that the update broke the $.ajax() call in a Cordova applicatoin. I used HTTP scoop to try to see what type of call was being made to attempt to ...
Nate23VT's user avatar
  • 423
0 votes
3 answers
292 views

Here the code: let url = NSURL(string: "http://a337.phobos.apple.com/us/r30/Music/d5/a8/6b/mzi.msfqeogi.aac.p.m4a") let downloadTask = self.downloadSession.downloadTaskWithURL(url!) downloadTask....
Trung Le Tan's user avatar
2 votes
0 answers
88 views

I was testing iOS9 in my iPhone5 and I have realized that my API calls doesn't run. I made the call but it doesn't send anything to my backend. This is my method: -(void)placePostRequest:(NSString *)...
EnriMR's user avatar
  • 3,980
206 votes
11 answers
121k views

has anyone with the iOS 9 beta 1 had this issue? I use standard NSURLConnection to connect to a webservice and as soon as a call is made to the webservice i get the below error. This is currently ...
user3099837's user avatar
  • 3,921
38 votes
6 answers
44k views

I'm currently working on Xcode 7 beta 6. I'm trying to send a "DELETE" request to http://mySubdomain.herokuapp.com The error I receive is: App Transport Security has blocked a cleartext HTTP (...
Alan Scarpa's user avatar
  • 3,610
42 votes
7 answers
76k views

I'm trying to connect my iOS app to an HTTPS Rails app which is currently run on a local host in my network. I can access the site from my browser with https://myIP:3000/display as well as in the ...
Marcus's user avatar
  • 9,502
30 votes
4 answers
8k views

I'm working on a development environment without HTTPS setup. Is it possible to automatically disable ATS just for the development (debug) mode?
Andree's user avatar
  • 3,103
23 votes
5 answers
33k views

We have an iOS app that connects to our server through HTTPS. When the app is built with the new iOS 9 SDK and ran under iOS 9, the following error occurs: NSURLSession/NSURLConnection HTTP load ...
Ryan Fung's user avatar
  • 311
8 votes
3 answers
17k views

Unfortunately this morning my XCode updated to version 7 and the iOS app I was developing with http now wants https. So, following many tutorials, I configured my MAMP server in order to use https/ssl ...
SagittariusA's user avatar
  • 5,467
5 votes
2 answers
11k views

I upgraded to IOS9 xcode, and I do not work the method of obtaining answer of my webservice , this part NSData *urlData=[NSURLConnection sendSynchronousRequest:request returningResponse:&response ...
miguelzolk's user avatar
4 votes
2 answers
7k views

I am getting the error: NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802), and I suspect that it is because of querying for images from Parse. Here is the method where I ...
Rehaan Advani's user avatar
7 votes
2 answers
3k views

I have a part of code who works as expected on all iOS versions, but not on iOS 9: NSData *response = [NSData dataWithContentsOfURL: [NSURL URLWithString: url] options:NSDataReadingUncached error:&...
skrew's user avatar
  • 889
4 votes
3 answers
11k views

I am trying for an HTTP call on https. Here is my code snippet. NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWithURL:[NSURL ...
Ruchir Shah's user avatar
1 vote
1 answer
8k views

I'm trying to connect to an ASP.NET MVC server from iOS but since I am running it locally I don't have a real certificate for it. I can browse to the HTTPS URL I am connecting to, but Simulator throws ...
Alexandru's user avatar
  • 13.1k

15 30 50 per page