I am getting a "CFNetwork SSLHandshake failed (-9824)" message on my iOS app using MobileFirst 6.3.
Using the following suggestion I can solve the issue, but I don't like it because of vulnerability. CFNetwork SSLHandshake failed iOS 9
In my Build and Deploy target I have configured my server URL as https and my server supports TLS1.2. Why does it still give this error? The app connects over port 443.
Is it possible to configure MF6.3 to connect in a secure way to my MobileFirst server?