Official reasons for “Software caused connection abort: socket write error”

后端 未结 14 1986
别跟我提以往
别跟我提以往 2020-11-21 07:21

Given this stack trace snippet

Caused by: java.net.SocketException: Software caused connection abort: socket write error
&nbs

14条回答
  •  心在旅途
    2020-11-21 08:02

    In the situation explained below, client side will throw such an exception:

    The server is asked to authenticate client certificate, but the client provides a certificate which Extended Key Usage doesn't support client auth, so the server doesn't accept the client's certificate, and then it closes the connection.

提交回复
热议问题