[rt-users] Apache SSL for RT 3.6.1

Schultz, Eric ESchultz at corp.untd.com
Thu Nov 9 13:57:57 EST 2006


> > Has
> > anyone configured RT for SSL communications? If so, can you please
> > provide some guidance.
> 
> Roberto,
> 
> I took the easy way out and used apache-ssl on my Linux 
> server. The box
> is dedicated to RT so it was quite easy to set up. I'm still 
> working on
> getting non-secure URLs to redirect to the secure ones transparently.
> I've tried several different mod_rewrite approaches without success.
> 
> -Tim

How about this?

RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L]


Eric Schultz
United Online, Inc.



More information about the rt-users mailing list