SSL connection failure between java server and android client

前端 未结 2 1781
北恋
北恋 2021-01-17 01:42

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

2条回答
  •  被撕碎了的回忆
    2021-01-17 01:54

    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.

提交回复
热议问题