Rundeck job returns "curl: (52) Empty reply from server" if the jobs takes 2 minutes or more. Also part of the error "SSH command execution error: NonZeroResultCode: Remote command failed with exit status 52" We have a rundeck job (curl cmd) that executes on a Linux 7 server that for the majority of the time returns a "success" for the completion of the job. However sometimes it will return "failed" if the job runs 2 minutes or more. A value for "5m" has been added to the job "Timeout" on the configuration. The job actually is successful but rundeck still returns the "failed" status. When comparing the successful against failed logs I notice some extra steps in the failed log which pushes it past the 2 minutes time.
Any ideas why the failed status as mentioned above?
Thanks, Ken