I'm trying to secure log transfer off of a server and I am attempting to use Socat to do this. I am using the following syntax:
tail -f /var/log/messages | socat -u - openssl:servername:443,verify=0
The command runs and continues to run as if it is tailing a file, however, I get no response at the other end on my SSL listener. It DOES make the connection though, just nothing comes through. Netstat shows a connection established. Generic certs are being used, but they aren't checked for this example.
Thanks,
bapace
tail -f /var/log/messages | socat -u - openssl:servername:443,verify=0
The command runs and continues to run as if it is tailing a file, however, I get no response at the other end on my SSL listener. It DOES make the connection though, just nothing comes through. Netstat shows a connection established. Generic certs are being used, but they aren't checked for this example.
Thanks,
bapace