Hello everyone<br><br>I am trying to configure stunnel on a Fedora Core machine, but have had little luck. The below configuration is in the /etc/stunne/stunnel.conf.<br><br>I want this machine to send encrypted data to another machine via stunnel. My knowledge of stunnel is quite limited.
<br><br>chroot = /home/stunnel<br>pid = /stunnel.pid<br>setuid = stunnel<br>setgid = stunne;<br><br>debug = 7<br>output = /var/log/messages<br><br>client = yes<br><br>[ldap]<br>accept = 389<br>connect = <a href="http://ldap.example.com:636">
ldap.example.com:636</a><br><br><br>I have been told that this command will work.<br>stunnel -c -d ldaps -r <LDAPSERVER>:ldaps <br><br>This command does work under debian but does not work under fedora core.<br><br>
Can anyone help me with this?<br>-- <br>REGARDS,<br>Andy <br><br>