I need to develop an application that bring data from google.com/ contacts. I have manage to do that in java .... but in android I have some problems with ssl comunication. Caused by: javax.net.ssl.SSLException: Connection closed by peer) - Android untrust my connection.
I have used this exemple: http://code.google.com/p/gdata-java-client/source/browse/trunk/java/sample/contacts/ - in java works fine but in android it bring a SSLException. Also I've tried this exemple: http://blog.doityourselfandroid.com/2010/11/10/oauth-flow-in-android-app/ , but same problem with https request. What should I do? Thanks. -- 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

