Hi all,
I am a new guy to stunnel.
here is the issue I meet, i install my stunnel in the lab. and trying to run the test with netcat.
Here is the config file i test:
client side: ... ... output = stunnel.log client = yes [ncat] accept = 12035 connect = ***.***.***.***:1230 then I run "stunnel test.conf "and the the log file shows configuration successfully
then I run the command "cat test.file | netcat ***.***.***.*** 12035 on the client side and run netcat -l -p 1230 > output nothing happens. And I check the log file. there is no record about the netcat. I don't know what happened.