Stunnel won't work!
Hello,
I tried to use for a problem that i have over where with mapping network drive across internet the samba & stunnel solution, but after compiling:
first:
1. tar -zxf openssl-0.9.6.tar.gz
2. cd openssl-0.9.6
3. ./config
4. make
5. make test
6. make install
second:
1. tar -zxf samba-2.0.7.tar.gz
2. cd samba-2.0.7
3. ./configure -with-ssl
4. make
5. make install
and thrid:
1. tar -zxf stunnel-3.11-kai-gui.tar.gz
2. cd stunnel-3.11-kai-gui
3. ./configure
4. make
5. make install
it doesn't work. I use to see if it works smbclient -L xxx.xxx.xxx.xxx
I have in my smb.conf the fallowing lines witch are reported as invalid parameters:
ssl = yes
ssl server cert = /usr/local/ssl/certs/server.cert
ssl server key = /usr/local/ssl/certs/server.cert.key
ssl ca certdir = /usr/local/ssl/certs
so basically it doesn't see openssl installed.
Can anyone tell me why is that or what i'm doing wrong?
Thanks, Linux6574.
|