An existing connection was forcibly closed by the remote host

后端 未结 12 2027
说谎
说谎 2020-11-22 09:26

I am working with a commercial application which is throwing a SocketException with the message,

An existing connection was forcibly closed by the rem

12条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 09:45

    I had the same issue and managed to resolve it eventually. In my case, the port that the client sends the request to did not have a SSL cert binding to it. So I fixed the issue by binding a SSL cert to the port on the server side. Once that was done, this exception went away.

提交回复
热议问题