HTTP Keep Alive Connection Issues

Hello all,

We have a scenario, where in 8.2.2, after making hundreds of outbound RESTful requests via HTTPS that errors began to occur. When looking at the network logs, Integration Server appears to begin to be ignoring the remote host’s attempt to reestablish an SSH connection.

I could only fix this by setting the Connection header on every outbound HTTP request to “close” rather than the keep-alive default. Anyone else have this problem and have a better solution?

There is a global setting did you try this on the Extended?

watt.server.keepAliveTimeout=300000

HTH,
RMG