> From: Philippe Roth <[EMAIL PROTECTED]>
> Reply-To: "User questions and discussions about OTRS." <otrs@otrs.org>
> Date: Mon, 7 Mar 2005 17:31:27 +0100
> To: <otrs@otrs.org>
> Subject: [otrs] OTRS https
> 
> Dear All,
> 
> First, thank you all for the answers you sent to my questions.
> Everything is not set for the moment and maybe I will continue my last
> questions...
> 
> But now, I have a configuration problem.
> I would like to make OTRS accessible under https (it's under Linux)...
> I did certificates and if I type https://otrsservername, I can connect
> and all is under https (certificate).
> But if I type http://otrsservername, I can also connect, but without
> certificate.
> How could I make a redirection when I type http to https?
> Is it under httpd or under OTRS?
> Which file(s)

Are you running Apache?  If so, which version?

In httpd.conf, you should have something like this:

#OTRS
<VirtualHost *>
        ServerAdmin [EMAIL PROTECTED]
        ServerName otrs.compitsolutions.com
        Redirect permanent / https://otrs.compitsolutions.com
</VirtualHost>

(This is for Apache 1.3.x versions).

Mark.


_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting für Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to