vikasdhar / exchangeit

Automatically exported from code.google.com/p/exchangeit
0 stars 0 forks source link

Caught IO Exception: SSL handshake failure #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Refresh

What is the expected output?
Refresh(!)

What do you see instead?
Caught IO Exception: SSL handshake failure: I/O error during system call, 
Broken pipe

What version of the product are you using?
0.7.0

On what operating system?
Android Froyo 2.2 (also a problem on 2.1)

Please provide any additional information below.
Perhaps implementing the fix detailed here:
http://stackoverflow.com/questions/2899079/custom-ssl-handling-stopped-working-o
n-android-2-2-froyo

i.e. [return getSSLContext().getSocketFactory().createSocket(socket, host, 
port, autoClose);
]

at line 120 of EasySSLSocketFactory.java might do the trick?

Look forward to seeing the app running :-)

Original issue reported on code.google.com by hamish.m...@gmail.com on 13 Oct 2010 at 7:00