3

Has anyone ran into this issue? My app was working fine and this error started to show up when I updated to the latest Xcode. These is the error:

CFNetwork SSLHandshake failed (-9806)
NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9806)

I have already checked and tried this solution CFNetwork SSLHandshake failed iOS 9 but it did not work for me.

Any suggestions?

Community
  • 1
  • 1

1 Answers1

2

I think the solution from CFNetwork SSLHandshake failed iOS 9 should work. Please check whether you are doing everything correctly. Please try to make a clean install of your app or (and) reset iOS Simulator + clean Xcode project

Also please check your Internet reachability as described here: How to handle "CFNetwork SSLHandshake failed" in iOS

Community
  • 1
  • 1
Alex Peda
  • 4,210
  • 3
  • 22
  • 31