Stijn
Stijn

Reputation: 359

MobileFirst 6.3 iOS CFNetwork SSLHandshake failed (-9824) while server supports TLS1.2

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?

Upvotes: 0

Views: 167

Answers (1)

Idan Adar
Idan Adar

Reputation: 44516

Make to sure the follow the instructions provided in this blog post: How to enable App Transport Security for iOS 9 in IBM MobileFirst Platform Server.

The blog post is exhaustive, so I will not summarize it here...

Upvotes: 1

Related Questions