I'm not sure what's there to fix. Source port being random is standart in networking, every application does that.
I don't know much about stunnel, but it appears to make it work on a client, you should connect through port at loopback interface first
application -> 127.0.0.1:selected port -> stunnel client config, mapping selected port to target host:port -> target host:port
- Log in to post comments