RE: [SM-USERS] SSL with just login.php page

2002-11-19 Thread p dont think
> > In setup.php, make sure $change_back_to_http_after_login = 1; > > I think that might be the default, but I forget... > > Now, should I keep the login.php file in a folder by itself? How would I > setup ssl for just one file? No, just make sure in your apache configuration that the base direct

RE: [SM-USERS] SSL with just login.php page

2002-11-15 Thread Jody Cleveland
Hi Harold, Thank you so much for writing me back! > Here are a few comments on SSL on RH8.0. > In the version of Apache shipped with RH8.0, the SSL > configuration > got moved to its own file : /etc/httpd/conf.d/ssl.conf . The root of > the SSL directory tree is defined in there with a

Re: [SM-USERS] SSL with just login.php page

2002-11-13 Thread pdontthink
> Because of this alias, http://192.168.1.8/webmail/ or > https://192.168.1.8/webmail/ will bring up the login page. I'm > working on getting this to be ONLY accessable by https, but have not > done that yet. On my RH7.3 machine, I put squirel mail in the ssl > document tree so that was the on

Re: [SM-USERS] SSL with just login.php page

2002-11-13 Thread Harold Hallikainen
Here are a few comments on SSL on RH8.0. In the version of Apache shipped with RH8.0, the SSL configuration got moved to its own file : /etc/httpd/conf.d/ssl.conf . The root of the SSL directory tree is defined in there with a statement like: ## ## SSL Virtual Host Context ## # # Gene

Re: [SM-USERS] SSL with just login.php page

2002-11-13 Thread Galen Johnson
Jody Cleveland wrote: Hello, You enable SSL in your webserver; add the SM includes to it (I'm using Apache as a sample here). Now, when you access the SM webpage, you do so using "https", not "http". That's the part I'm confused on. What do I do to get that page to use ssl? You men

Re: [SM-USERS] SSL with just login.php page

2002-11-13 Thread Jonathan Angliss
Hello Jody, On Wednesday, November 13, 2002, Jody Cleveland wrote... > Hello, >> You enable SSL in your webserver; add the SM includes to it (I'm >> using Apache as a sample here). Now, when you access the SM >> webpage, you do so using "https", not "http". > That's the part I'm confused on. Wha

RE: [SM-USERS] SSL with just login.php page

2002-11-13 Thread Jody Cleveland
Hello, > You enable SSL in your webserver; add the SM includes to it (I'm using > Apache as a sample here). Now, when you access the SM > webpage, you do so > using "https", not "http". That's the part I'm confused on. What do I do to get that page to use ssl? > You mention no specs of your sys

Re: [SM-USERS] SSL with just login.php page

2002-11-13 Thread Michael Leone
Jody Cleveland said: > Hello, > > I feel so lost. I've got a redhat 8 box running squirrelmail. What I > want now, is to have the login.php file to be encrypted. I've read up on > it, and was able to create a SSL key, and certificate. Now, I want to > apply it to the page, which is where I get con