[rt-users] Login Loop

Ruslan Zakirov ruz at bestpractical.com
Thu May 2 05:19:57 EDT 2013


On Thu, May 2, 2013 at 7:09 AM, <KennethMTowne at eaton.com> wrote:

> My RT_SiteConfig.pm has the following settings:****
>
> ** **
>
> Set( $WebBaseURL, 'https://webserver.ken.com');****
>
> Set( $WebPort, 443);****
>
> Set( $WebPath, '/rt4');****
>
> **
>

Above is incorrect. From RT config's documentation:

1005 =item C<$WebBaseURL>, C<$WebURL>
1006
1007 Usually you don't want to set these options. The only obvious reason
1008 is if RT is accessible via https protocol on a non standard port, e.g.
1009 'https://rt.example.com:9999'. In all other cases these options are
1010 computed using C<$WebDomain>, C<$WebPort> and C<$WebPath>.
1011

So you have incorrect WebBaseURL and not set WebDomain.

-- 
Best regards, Ruslan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20130502/67d6009b/attachment.htm>


More information about the rt-users mailing list