NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824) 报错解决办法

当你发现提示错误:

  NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)
  Error : Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and 
  a secure connection to the server cannot be made."

在info.plist添加:

NSAppTransportSecurity
   
       NSAllowsArbitraryLoads
       
   

如图:


你可能感兴趣的:(iOS)