Skip to content

A simple SSL socket connection example between android and a server.

Notifications You must be signed in to change notification settings

krishnaraj/SSLSocketPOC

Repository files navigation

A simple SSL based client/server demo using Android and an ultra simple tcp server written in Java.

Note: Currently does not work on Android M due to SSLHandshakeException.

###How to run?###

  1. Run the server with the following command ./gradlew :server:run

  2. Change the IP address in MainActivity.java to that of the server.

  3. Run android app.

About

A simple SSL socket connection example between android and a server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published