hi, did anyone find the problem? When I try to test locally the emulator i got the same error. when browsing it's not a problem since a warning is shown and you can skip the issue, but calling my local server doesn't allow me to go further.
I've found a solution, without using HttpClient to connect, but TrustManager, which consists on overwriting the HostnameVerifier.verify() method, in order to return always a true, but I'm not really sure this is the best way (although is just for some local testing).. thanks and regards, pau. On Feb 25, 5:37 am, Babasaheb <[email protected]> wrote: > Hi, > > Thanks for the reply. > I tried your solution. But I got "Untrusted Server Certificate" > error. > I am trying to solve the error. > > Thanks and regards, > -- 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

