How to handle "CFNetwork SSLHandshake failed" in iOS

Arun_ picture Arun_ · Nov 12, 2013 · Viewed 59.4k times · Source

Some times i'm getting CFNetwork SSLHandshake failed -(9806) in my code,but i'm not sure why this is happening as my code runs smoothly,except when i run it in iOS 6 and then on iOS 7 64-bit i get this warning.
Can anybody suggest me, how to handle this issue ?

Answer

JoshK picture JoshK · Nov 26, 2013

Normally when I get CFNetwork SSLHandshake failed -(*) Its because of my local wifi network (device is connected to network but not the internet)

Try it again on another network (3G is the quickest solution for me)