SSL Issues using NSURLConnection and iOS9

Hello,


Downloading the iOS 9 beta seems to have broken all of our NSURLConnection calls


this is the error we get


CFNetwork SSLHandshake failed (-9824)

NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)


this is working fine with IOS 8.3


We also have a test site that is not HTTPS simply HTTP for internal testing and it gives the error:


Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.


can the developers comment on these? Anyone else seeing this?

SSL Issues using NSURLConnection and iOS9
 
 
Q