Closed GoogleCodeExporter closed 9 years ago
Changed SSLContext to use TLS protocol instead of SSL. It seems SSL protocol in
SSLContext is not implemented on Android platform.
Original comment by bar...@gmail.com
on 8 Jan 2010 at 11:36
Hi, How can I change SSLContext to use TLS protocol instead of SSL? Thanks
Original comment by fbarbe...@gmail.com
on 20 Jan 2012 at 6:28
So I've modified org.microemu.cldc.https.Connection in javase project:
sslContext = SSLContext.getInstance("TLS");
Now no error shows in logcat but still fail, after 3 request I got request
timeout, no error shows me...But with http works fine! Any advice? Thanks
Original comment by fbarbe...@gmail.com
on 20 Jan 2012 at 10:11
This is related to the Android implementation of the SSL stack. I suggest
checking Android forums and issue database for the answer.
Original comment by bar...@gmail.com
on 31 Jan 2012 at 10:52
Original issue reported on code.google.com by
bar...@gmail.com
on 18 Nov 2009 at 11:45