site_archiver@lists.apple.com Delivered-To: macnetworkprog@lists.apple.com D'oh--I tried that in Xcode and it didn't find it. Lesson learned: never, ever trust Xcode's Find in Frameworks. Still, I'd like to know *what* error--server closed it, client closed it, and what error? All well, time to dig into the SecureTransport source. Thanks. Ryan On Friday, March 13, 2009, at 04:27PM, "Jens Alfke" <jens@mooseyard.com> wrote:
On Mar 13, 2009, at 3:15 PM, Ryan McGann wrote:
Best I can tell, I am getting an SSL error but it's impossible to tell what. My error callback gets called, after a lengthy delay (maybe 20-30 seconds later) with the error code -9806 and error domain 3. I searched for that error code in CFNetworkErrors.h and in other frameworks but didn't find it.
I grepped the system framework headers and found:
/System/Library/Frameworks/Security.framework/Versions/A/Headers/ SecureTransport.h 171: errSSLClosedAbort = -9806, /* connection closed via error */
—Jens
_______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macnetworkprog/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Ryan McGann