3

In my android application i would like to use secure connection from client to server.Could anyone please suggest as how i can do it in android?

Please forward your valuable suggestions.

Thanks in advance :)

Remmyabhavan
  • 1,689
  • 5
  • 36
  • 65
  • 1
    Use SSL on the server. If the key is self-signed you may need to include a public key within your app or something, then do whatever is need to get your secure connection working. – csaunders Feb 12 '11 at 02:27

1 Answers1

6

Try using https (sockets and the like) like this question here

Community
  • 1
  • 1
Sriram
  • 10,298
  • 21
  • 83
  • 136
  • Thanks Sriram for your quick response.I will try to implement this – Remmyabhavan Feb 12 '11 at 20:27
  • @Remmyabhavan: Great! An upvote on my answer would be nice too though. But please let me know in case you run into trouble. It would be fun to debug! – Sriram Feb 13 '11 at 16:23