Getting CFNetwork SSLHandshake failed (-9806) error

前端 未结 3 1448
不思量自难忘°
不思量自难忘° 2021-02-13 19:03

I am trying to call my url using

NSDictionary *landingDetails=[appDelegate landingPage];

        NSString *devinf=[UIDevice currentDevice].systemVersion;
              


        
3条回答
  •  北恋
    北恋 (楼主)
    2021-02-13 19:39

    There is a bug on iOS 8 when using a certificate with hash function SHA512, better use the SHA256. I stuck with this error for weeks.

提交回复
热议问题