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

来源:互联网 发布:stc89c51单片机 编辑:程序博客网 时间:2024/06/05 10:23

当你发现提示错误:

  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添加:

<key>NSAppTransportSecurity</key>   <dict>       <key>NSAllowsArbitraryLoads</key>       <true/>   </dict>

如图:


0 0
原创粉丝点击