Re : Redirection from HTTPS to HTTP

Hi all,

The issue is fixed thanks to your help.
In fact, the WebBaseURL was wrong.

Thank you.De : Raphaël Adou raph_adou@yahoo.fr
À : RT-Users@lists.bestpractical.com
Envoyé le : Jeu 17 juin 2010, 15h 22min 47s
Objet : Redirection from HTTPS to HTTP

Hi all,

I’m using RT version 3.8.8-1 on a debian squeeze server.
I installed Apache 2.2.15-5 as webserver with RT’s apache2-modperl2.conf

This is the content of my virtual host file.

<VirtualHost *:443>
ServerAdmin webmaster@myserver.domain
ServerName myserver.domain
Include /etc/request-tracker3.8/apache2-modperl2.conf

I connect to RT by link https://myserver.domain/rt because I left /etc/request-tracker3.8/apache2-modperl2.conf unchanged.

The issue I face is that everytime I submit a form for changing a ticket’s status for example, I’m redirecting tohttp (http://myserver.domain/rt/… ) protocol so I cannot see the result of the operation.
I don’t know why.

Can you help me to fix this please ?
Thanks in advance.