How to enable SSL debug options for HTTPS jobs via Autosys Agent (cybAgent)?
1) In Agent's agentparm.txt add below options and/or tweak them according to requirements.
ftp.scp.debug.enable=true
oscomponent.jvm.x.options=-Djavax.security.debug=all;-Djavax.net.debug=all
2) Save the file, restart agent, execute the HTTP job again.
3) SSL debug output now goes to agent's nohup.stdout file
To disable the option, remove the two lines above, or comment them and restart the agent
NOTE: There is no rollover / management settings on this file. This debug option should be used very carefully and not left alone, as it can potentially fill up the disk quickly as the file size can quickly become very big.