I am trying to setup mutual authentication SSL connection between java host and android client. Don\'t know why its not getting connected. Below are the code of Android clie
From the stack trace it looks like exception you caught does not contain a message.
Log.d(TAG, e.getMessage());
It has nothing to do with SSL.