[rt-users] Apache SSL for RT 3.6.1

Carvajal, Roberto A. rcarvajal at miami.edu
Thu Nov 9 14:30:26 EST 2006


Now the page says "You're Almost there!"

-----Original Message-----
From: Schultz, Eric [mailto:ESchultz at corp.untd.com] 
Sent: Thursday, November 09, 2006 1:58 PM
To: Tim Wilson; RT-Users at lists.bestpractical.com; Carvajal, Roberto A.
Subject: RE: [rt-users] Apache SSL for RT 3.6.1

> > 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