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: [EMAIL PROTECTED]
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
> Buy a copy at http://rtbook.bestpractical.com
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to