App Transport Security disabled and still getting SSL Handshake Error
问题 I'm having trouble with making a connection to an API over HTTPS/SSL. I've completely disabled App Transport Security (ATS) using the below dictionary (despite the fact that the SSL certificate passes all the tests from NSCURL). <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> </plist> BUT: There's still an SSL Handshake error (below) that, when Googled, only suggests it's to do with App Transport Security. NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9813)