[rt-users] Getting Request Tracker to stick to HTTPS

Matt Brennan brennanma at gmail.com
Wed May 16 12:50:02 EDT 2012


This is how I do this. In my RT_SiteConfig.pm I have:

Set($WebBaseURL,
    'https://'
    . RT->Config->Get('WebDomain')
);

All traffic on my RT instance is done via HTTPS. I also have an Apache
rewrite rule in case someone navigates to HTTP instead (as users often do).

HTH,
-Matt

On Wed, May 16, 2012 at 11:20 AM, Giles Coochey <giles at coochey.net> wrote:

> I have the following set up:
>
> Clients --> Squid SSL Offload / Caching Reverse Proxy (HTTPS--->HTTP) -->
> Apache Routing Proxy (HTTP) --> RT (HTTP)
>
> RT (v4.0.5) itself is configured for HTTPS:
>
> Set($WebDomain, 'www.domain.net');
> Set($WebPath, '/ticket');
> Set($WebPort, 443);
>
> On going to Tools --> Configuration --> System Config I see that
>
> WebBaseURL is correctly listed as https://www.domain.net
>
> So if I navigate to https://www.domain.net/ticket/
>
> and Login then next page reverts to http...
>
> What do you think I might be missing??
>
> How can I force RT to HTTPS?
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20120516/0235a695/attachment.htm>


More information about the rt-users mailing list