CFNetwork SSLHandshake failed iOS 9

后端 未结 11 1222
面向向阳花
面向向阳花 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:08

    The syntax for the Info.plist configuration

       NSAppTransportSecurity
       
       NSExceptionDomains
        
        yourserver.com
       
      
      NSIncludesSubdomains
      
      
      NSExceptionAllowsInsecureHTTPLoads
      
      
      NSExceptionMinimumTLSVersion
      TLSv1.1
       
     
    

提交回复
热议问题