[android-developers] Re: SSLv2 not supported?

2009-02-15 Thread Marc
Please ignore; this isn't really the problem, it appears... Marc On Feb 15, 4:51 pm, Marc wrote: > Can anyone confirm that SSLv2 is disabled in Android's SSL library? > What I'm seeing is that servers that request SSLv2 generate an > exception instantly in the handshake phase, claiming an unsup

[android-developers] Re: SSLv2 not supported?

2009-02-15 Thread Shane Isbell
I have seen some funny things within Android support for SSL. The server/client go through a proper FIN ACK close of the socket, but Android still thinks the connection is open and tries to reuse the closed connection. But if the RST packet is sent, Android does recognize the close and will reopen