[rt-users] RT SSL implementation
Jeffrey Lee
jeffrey_lee at harvard.edu
Fri Apr 11 14:47:46 EDT 2008
Hmmm.... seems to work now! Thanks for the suggestion.
-Jeff
-----Original Message-----
From: Drew Barnes [mailto:barnesaw at ucrwcu.rwc.uc.edu]
Sent: Friday, April 11, 2008 2:46 PM
To: Jeffrey Lee
Cc: rt-users at lists.bestpractical.com
Subject: Re: [rt-users] RT SSL implementation
My first guess is in RT_SiteConfig.pm Does yours look like this?
Set($WebPort , 443);
# This is the Scheme, server and port for constructing urls to webrt
# $WebBaseURL doesn't need a trailing /
Set($WebBaseURL , "http://(my server name):$WebPort");
If so, try
Set($WebBaseURL , "https://(my server name)");
That's how mine is set up for SSL.
DB
Jeffrey Lee wrote:
>
> Hi guys,
>
>
>
> I've implemented SSL on my RT box, but for some reason anytime I
> update or create a new ticket, Rt tries to redirect the browser to
> http:// (my server name):443/ how do I change the redirect after
> the creation or updating of a ticket?
>
>
>
> -Jeff
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
More information about the rt-users
mailing list