Getting javax.net.ssl.SSLHandshakeException: Connection closed by peer in Android 5.0.2

前端 未结 1 1885
青春惊慌失措
青春惊慌失措 2021-01-25 10:37

First, I\'ve already searched the internet and have been debugging for 3 days.

This is the exact error,

javax.net.ssl.SSLHandshakeException: Connection c         


        
相关标签:
1条回答
  • 2021-01-25 11:00

    The answer to my problem was that I commented the code for adding my generated private key to my key store so the SSL HandShake fails during client authentication.

    I hope this answer can help somebody.

    0 讨论(0)
提交回复
热议问题