Executing a SSL FTP UPLOAD job fails with following message
Transfer ended abnormally: javax.net.ssl.SSLException: Software caused connection abort: recv failed
Autosys 12.x
System Agent 12.x
This occurs when using TLS v1.3 protocol. This can be addressed by using TLS v1.2 protocol version.
Set following parameter in <system_agent_dir>/agentparm.txt
ftp.ssl.protocol=TLSv1.2
Stop/start the system agent.
If protocol TLSv1.3 is required, patch 99112071 is required.