Hi all. I've been working Talend for a brief amount of time and have come across a challenging requirement. Initially, I was to have a job that sent a file to a tcpip port. This was done by using tSocketOutput and sending the file to the remote host. Now however, I've been asked to add TLS into the mix. tSocketOutput does not support this as far as I could tell and I've not found another component that can provide similar functionality without needing an additional feature.
Does anybody have any suggestions for what could be used to provide this functionality. Initially, I thought to wrap the job inside of an external connection, but that would break the current design. Any suggestions are appreciated.
Note: this is to send a log to a Cribl server listening on a specific port.
Regards,
d_o