How to handle “CFNetwork SSLHandshake failed(-9807)” in iOS

1.1k views Asked by At

I am getting CFNetwork SSL Handshake failed(-9807) in my ios application while logging into application.

I am using Xcode version 7.3 for my application.
I think this problem occurs due to expired ssl certificates, but I am not able to handle the problem and I don't able to figure out where to put this ssl certificates in the application.

Can U please suggest me some solution??

1

There are 1 answers

0
parth On

Normally when I get CFNetwork SSLHandshake failed -(*) It's because of my wifi network or due to Security reason firewall block the connection.

Try it again on another network.