CFNetwork SSLHandshake failed iOS 9

后端 未结 11 1071
面向向阳花
面向向阳花 2020-11-22 09:38

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 th

11条回答
  •  粉色の甜心
    2020-11-22 10:18

    This error was showing up in the logs sometimes when I was using a buggy/crashy Cordova iOS version. It went away when I upgraded or downgraded cordova iOS.

    The server I was connecting to was using TLSv1.2 SSL so I knew that was not the problem.

提交回复
热议问题