Re: [otrs] Https

2006-11-27 Thread Wiktor Wodecki
VI - Mario Tonin wrote: > How to configure https access? put this in Config.pm # HttpType # In case you use https instead of plain http specify it here $Self->{HttpType} = 'https'; you could have noticed this yourself - try to read Config/Defaults.pm -- Regards, Wiktor Wodecki

[otrs] Https

2006-11-27 Thread VI - Mario Tonin
How to configure https access? . . . . . . . . . . . . . . . . . . . Mario Tonin [EMAIL PROTECTED] B.T.V. s.p.a.- Sistemi Informativi Via Luca della Robbia 60 36100 - Vicenza - Italy w http://www.battistolli.it

Re: [otrs] OTRS https

2005-03-08 Thread Jose Carlos Pereira
You can get this working in apache 1.3 or 2.0: ServerName otrs.compitsolutions.com RedirectMatch (.*)$ https://otrs.compitsolutions.com regards -- Jose Carlos Pereira [...] ___ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive:

[otrs] Re: OTRS https

2005-03-08 Thread Philippe Roth
Dear All, Thank you for your reply. I found a solution with a config file under /etc/httpd/conf.d/ The file is otrs.conf and in this file, the line RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R] Made the changes. Have a nice day, Philippe Roth ___

Re: [otrs] OTRS https

2005-03-07 Thread m
> From: Philippe Roth <[EMAIL PROTECTED]> > Reply-To: "User questions and discussions about OTRS." > Date: Mon, 7 Mar 2005 17:31:27 +0100 > To: > Subject: [otrs] OTRS https > > Dear All, > > First, thank you all for the answers you sent to my questi

Re: [otrs] OTRS https

2005-03-07 Thread Yann Richard
Philippe Roth a écrit : 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)...

[otrs] OTRS https

2005-03-07 Thread Philippe Roth
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