I am having trouble with my HttpsURLConnection client. I can make one request to the server using my keystore, however the second (and subsequent) requests in the same JVM fail. ( I initialize a SSLSocketFactory using my keystore and set it on my HttpsURLConnection).
I would like to debug this - how can I can turn on SSL handshake logging on Android ? ( I can do on the Sun implementation by setting the property -Djavax.net.debug=ssl ). Is there another way to enable SSL logging or SSL debugging on Android ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

