Squirrelmail and https, ssl logs

Philip Rhoades phil at pricom.com.au
Fri Feb 19 17:08:58 UTC 2010


People,

I have put:

# Rewrite Engine
	RewriteEngine On

# Rewrite HTTP requests to HTTPS for secured areas
	RewriteCond %{HTTPS} !=on
	RewriteRule ^/webmail/(.*)$ https://yourserver.com/webmail/$1 [R=301,L]

in etc/httpd/conf/httpd.conf and:

Alias /webmail /usr/share/squirrelmail
<Directory /usr/share/squirrelmail>
	Options FollowSymLinks
	AllowOverride None
	Order allow,deny
	Allow from all
</Directory>

in /etc/httpd/conf.d/ssl.conf and restarted httpd, but the squirrelmail 
login is still the normal http login.  Do I need to setup certificates 
or something to get the ssl working?  There are no ssl logs . .

Thanks,

Phil.
-- 
Philip Rhoades

GPO Box 3411
Sydney NSW	2001
Australia
E-mail:  phil at pricom.com.au


More information about the users mailing list