Get log message java.net.SocketException: Connection reset on Mendix Call Rest (POST)

4
I noticed this issue described in the title on the log files of a Mx7  app . I remember this issue from the REST Service module one year ago in Mx6. The suggested the solution at that point in time was to build a method to start the same request again. Does anyone also had this issue with the native Mx7 action?
asked
2 answers
3

I thought it had something to do with using the RestService Module on cloud v4 but I am not entirelly sure. This would also not explain seeing it on a Mendix 7 app with the native Rest call.

answered
0

It may be a TLS 1.3 issue. Try what is explained here: https://github.com/structurizr/java/issues/119

answered