ECONNRESET on HTTP Request after upgrading into trial version of enterprise edition

Hi,

I am using a standard HTTP request to integrate orders into my ERP. Since upgrading to the Enterprise Edition, I have been encountering a new error: ECONNRESET.

My initial assumption was that the ERP was closing the connection. However, after further investigation, the issue appears to be related to the n8n server (until proven otherwise).

After additional testing, I noticed that the node consistently fails once a certain amount of data is transmitted in the HTTP request. Moreover, the failure seems to occur randomly.

For reference, this is a SOAP request sending an XML payload.

Error log:

The connection to the server was closed unexpectedly; perhaps it is offline. You can retry the request immediately or wait and retry later.

Error code:

ECONNRESET

Best regards,
Thanks in advance,

The ECONNRESET error typically indicates a connection interruption, which could be related to increased server load or timeout settings in the Enterprise Edition. Try adjusting the `Timeout` and `Max Content Length` settings in your HTTP Request node to accommodate larger payloads. If the issue persists, consider enabling `Retry on Fail` and increasing the `Retry Attempts` in the node settings.

Also, verify your ERP server’s connection limits and ensure it can handle the request size and frequency. If you’re still having trouble, share your workflow JSON for further analysis.