I have App which connects to SSL SOAP service. For iOS 9.3.5 the App works fine. From iOS 10 I have error with code -9801
. I suppose this is connected to Apple ATS. The site certificate is configured for TLS 1.0
(but I can not manage certificate configuration).
How can I fix this? I suppose I have to add it as an exception in .plist
file.
I also made check with www.ssllabs.com and for section Apple ATS 9 / iOS 9 R
it gives error:
Protocol or cipher suite mismatch
but on iOS 9 it works.
EDIT:
I add the domain to ATS exceptions (in info.plist
) but the error persists