NSURLConnection: Difference between iOS 3.2 and 4.1?
NSURLConnection: Difference between iOS 3.2 and 4.1?
- Subject: NSURLConnection: Difference between iOS 3.2 and 4.1?
- From: Alexander von Below <email@hidden>
- Date: Thu, 04 Nov 2010 19:02:23 +0100
Hello Network People,
I am posting this question here, because I believe that some of the best networking brains are here, regardless of iOS or Mac OS.
So my situation is, that I am sending a request (REST, no body, simple get) to our JBoss Server. Between them is a load balancer.
I am doing so with NSURLConnection sendSynchronousRequest
Up to 1:30 PM today, everything was fine.
Then, today at 1:30 PM, "something" with the certificates on the load balancer was changed (this is a large organization, it is not easy to find out who did what exactly and why).
Now, what happens is this:
* When I run the App in the iPhone Simulator 4.1, everything works as expected
* When I run the App in the iPad Simulator 3.2, the connection fails with an NSURLConnectionError -1003, Can't find host
The same applies for the device, but what really puzzles me is that I was under the impression, that the simulator used the certificates and network settings of the host, and those do not change between simulators.
So my question is: What could possibly cause this differing behavior? Where do I start looking for a solution?
I am happy for any and all suggestions.
Thanks
Alex
P.S.: I am also filing a support request for this issue
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden