Skip to content Skip to sidebar Skip to footer

Ssl Communication Between A C# Server And An Android Client App

I'm using a C# server and a C# tcp client example I extracted from the MSDN and I have created a self signed certificate using makecert.exe. I have got this to communicate with one

Solution 1:

I imported the certificates that I created in to a java key store and used it on the android client side which worked for me. Following link will give anyone an insight in to creating the certificates which I found very useful. Click


Post a Comment for "Ssl Communication Between A C# Server And An Android Client App"