[rt-users] Redirect/SSL weirdness when updating tickets...
Jon Daley
bestpractical at jon.limedaley.com
Fri Oct 20 10:37:54 EDT 2006
On Fri, 20 Oct 2006, Lee Whalen wrote:
> Hey all, so I added SSL support to my RT installation (RT 3.6.1, Apache
> 2.0, MySQL 5, basically everything from Debian Etch), and it works great.
> Almost. I find that, intermittantly, when I update a ticket the URL changes
> from https:// to http:// I have a ReWrite rule for sites-enabled/rt (on
> apache; for the SSL flavor I've got /sites-enabled/rt-ssl that has the SSL
> goodness plus the usual RT stuff in there) that looks like this:
>
> <VirtualHost 192.168.2.27:80>
> ServerName betart.nellymoser.com
> ServerAlias betart.nellymoser.com
> Redirect / https://betart.nellymoser.com/
> </VirtualHost>
Your rewrite rule should be fine. In your RT_SiteConfig, is your
WebBaseUrl have an https:// in it?
More information about the rt-users
mailing list