I'll be referring to a section in the samba.org FAQ -
http://us1.samba.org/samba/docs/man/...html#id2593137 (Securing SWAT through SSL)
I've setup SWAT to be enabled with SSL per the samba.org FAQ. Samba is setup, I have manually setup my own config. I configured OpenSSL, SWAT and stunnel to work correctly with FC3, in order to follow instructions in their FAQ. I have done the following (a few modifications on second command to fit my swat path):
Code:
root# /usr/bin/openssl req -new -x509 -days 365 -nodes -config \
/usr/share/doc/packages/stunnel/stunnel.cnf \
-out /etc/stunnel/stunnel.pem -keyout /etc/stunnel/stunnel.pem
root# stunnel /etc/stunnel/stunnel.conf -p /etc/stunnel/stunnel.pem -d 901 \
-l /usr/sbin/swat swat
Problem: When I try to access
https://fcserver:901/ I get a Cannot find server error. fcserver is my hostname, I can access my webserver through
http://fcserver/ just fine.
Now it says that I don't need to add information to my xinet.d configuration file, so I did not. SWAT is enabled, and I have also flipped on the services dc_client and dc_server to no avail, because they are related to SSL according to the description.
I am stumped.