I tried setting up stunnel on CentOS 5.0 for the 11.3 Connector by following the guide lines in http://www.scalix.com/wiki/index.php?title=HowTos/ScalixSecurity#Setting_up_stunnel (although the .pem file was created through /etc/pki/tls/certs/). I also added the following line to the conf-file:
Code: Select all
[connector]
accept = 5767
connect = 5729
However, I always get an error when I run the script from the WIKI:
Code: Select all
stunnel dead but subsys locked
So I know something is going wrong, but I can't yet figure out what it is - I'm all new to stunnel...!
EDIT: Being lazy, I tried it through webmin and set up a tunnel there - seems to work like a charm... taking port 5767 and forwarding it to localhost:5729. Should I just leave it like that and be happy?
Thanks,
Clemens