Hi,

I use HTTPS to connect to a server using both server and client
authentication. This works fine, no problem. However, on every request
made to the server I am forced to make a handshake even though it is
supposed to cache authenticated sessions.

I have tried the Apache HttpClient, AndroidHttpClient and
HttpsUrlConnection but no luck in resuming the session. Just to see if
I had misconfigured my server, I have used the same code, more or
less, with the apache HttpClient in java and there it resumed the
session just fine. I also used the chrome browser to connect to the
same server with client authentication and it was even faster in
resuming the session.

Has anyone managed to resume any SSL session out there using any of
the 3 ways above?

/Jonas

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to