I'm trying to implement a secure TCP tunnel from one PC to another. I've been looking for quite some time and can't seem to find the problem.
I've been following the following example of how to start a server service:
stunnel -p /path/to/stunnel.pem -d pop3s -r bar:pop3
I've created a generic certificate, but I get the error:
Failed to open configuration file -p
What am I doing wrong??
Rick Kubowicz
ITG Canada Corp.
416-874-0834
On Tue, 19 Apr 2005, Rick Kubowic wrote:
I'm trying to implement a secure TCP tunnel from one PC to another. I've been looking for quite some time and can't seem to find the problem.
I've been following the following example of how to start a server service:
stunnel -p /path/to/stunnel.pem -d pop3s -r bar:pop3
I've created a generic certificate, but I get the error:
Failed to open configuration file -p
What am I doing wrong??
Uhrm, the message says "Failed to open configuration file -p". So it considers '-p' to be the configfile.
Try feeding it a proper configfile.
Jan