[rt-users] http vs https problem
Petr Grolmus
indy at civ.zcu.cz
Tue May 15 11:17:32 EDT 2007
Hello,
I have got a problem with RT runnig simultaneously on http and https ports.
On the https port we are using WebAuth authentication for internal users,
whereas on http port remains RT-authentication for external users.
With this setting in RT_SiteConfig.pm:
Set($WebPath , "/rt");
Set($WebBaseURL , "https://rtest2.zcu.cz");
works everything fine on https, but when I click on several submit button
on http port - e.g. Search (main page) or Update Ticket (in Reply) -
I always get:
"The connection to rtest2.zcu.cz:80 has terminated unexpectedly. Some
data may have been transferred."
It seems it try to communicate on http port with https protocol. When I
switch settings to:
Set($WebBaseURL , "http://rtest2.zcu.cz");
then works everything fine on http port, whereas on https I get "Bad
request" with click on the same submit buttons.
I'm using RT 3.6.1 from debian package (stable branch).
Could someone help me to avoid this behavior?
Thanks,
Petr Grolmus
--------------------------------------------------------------------------
Petr Grolmus
Laboratory for Computer Science
University of West Bohemia
Univerzitni 20, 306 14 Pilsen Tel.: +420 377 632 851
Czech Republic E-mail: indy at civ.zcu.cz
--------------------------------------------------------------------------
More information about the rt-users
mailing list