How to handle “CFNetwork SSLHandshake failed” in iOS
问题 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 ? 回答1: 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) 回答2: This could