Getting CFNetwork SSLHandshake failed (-9806) error

前端 未结 3 1444
不思量自难忘°
不思量自难忘° 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:31

    FWIW: I got the same error number and it was due to an expired certificate, so this is another potential source for the issue.

提交回复
热议问题