NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be mad

在IOS 9 上 访问ssl 出错的处理方式 

参考网页 :   https://forums.developer.apple.com/thread/4988

问题:  错误内容

NSLocalizedDescription=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>  


你可能感兴趣的:(NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be mad)