I'm getting the same error as reported in this question iOS9 getting error “an ssl error has occurred and a secure connection to the server cannot be made”
I've checked with SSL labs using the PayPal URL https://mobileclient.paypal.com and it tells me that the it only supports the following ciphers...
TLS_RSA_WITH_RC4_128_SHA
TLS_RSA_WITH_RC4_128_MD5
TLS_RSA_WITH_AES_256_CBC_SHA
TLS_RSA_WITH_AES_128_CBC_SHA
TLS_RSA_WITH_3DES_EDE_CBC_SHA
Which don't match exactly the ciphers listed in the Apple Documentation https://developer.apple.com/library/prerelease/ios/technotes/App-Transport-Security-Technote/
I wanted to ask is it the fact the ciphers aren't exactly the same the issue? I certainly don't want to bypass ATS as far as PayPal is concerned, do I?