[rt-users] Redirect/SSL weirdness when updating tickets...
Lee Whalen
law at nellymoser.com
Fri Oct 20 10:35:29 EDT 2006
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>
Could that be my problem? Is there a better way to do the redirect
so that specific requests for http:// under / are redirected to https:// ?
Many thanks!
--Lee
More information about the rt-users
mailing list