Error:SSL shutdown failed: I/O error during system call, Broken pipe
I make https requests to load json and images and get this error time to time(1 time per 10-20 min) in my httpclient onerror handler. The server has self-signed certificate but I do not think this may be the reason.
Error:SSL shutdown failed: I/O error during system call, Broken pipe
I get this error on Android only. SDK 1.7.0
Will appreciate any help. Thanks.
1 Answer
-
I suspect that this isn,t actually an issue with titanium.
if you have a look on the web for this issue it has something to do with ssl timeouts and keeping connections open, specifically on Android 2.2 and above.
I would post the URL but iPad isn't copying text for me. I just copied your error into google search and it found lots of results.
Hope this helps
T….