HI,
I wanna to read a web page in android, my server is tomcat where I am using
".keystore" to run tomcat on HTTPS. When I tried to read page using: *new
BufferedReader(new InputStreamReader(new URL("
https://192.168.1.6:8443/TestSSL.xml").openStream()))* got following
exception:
*javax.net.ssl.SSLException: Not trusted server certificate*.
Any help will be appreciated.
Is it possible to add server .keystore file in android app?
Or any other method to read https web page? *:(*
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---