Re: [Trac] Trac behind a SSL reverse proxy

2006-01-05 Thread Bill Moseley
A quick follow up here: On Wed, Dec 14, 2005 at 05:29:18PM -0800, Bill Moseley wrote: > I'm running Trac behind a reverse proxy on an ssl machine, but with a > minor problem. Anyone else doing this? Any solutions? > > > I have a project setup on an internal machine available as: > > http:

Re: [Trac] Trac behind a SSL reverse proxy

2005-12-28 Thread Christopher Lenz
Am 28.12.2005 um 20:52 schrieb Marc Tremblay: I'm actually using Apache 2.0 as the frontend and lighttpd 1.4.8 as the backend. It's actually almost identical to a Rails app setup I've got working. So right now I don't know if the issue is with Trac or lighttpd. My request and response loo

RE: [Trac] Trac behind a SSL reverse proxy

2005-12-28 Thread Marc Tremblay
That should be Apache is on 443. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Tremblay Sent: December 28, 2005 12:52 PM To: trac@lists.edgewall.com Subject: RE: [Trac] Trac behind a SSL reverse proxy I'm actually using Apache 2.0 as the fro

RE: [Trac] Trac behind a SSL reverse proxy

2005-12-28 Thread Marc Tremblay
lars Sent: December 28, 2005 2:24 AM To: trac@lists.edgewall.com Subject: Re: [Trac] Trac behind a SSL reverse proxy > I'm currently experiencing the same issue that Bill Moseley described > a few weeks ago (http://www.gossamer-threads.com/lists/trac/users/13714). > He informs me

Re: [Trac] Trac behind a SSL reverse proxy

2005-12-28 Thread Bruce Christensen
I modified an installation of 0.8.1 to work with reverse proxying. It was only a few lines of code. --Bruce On 12/28/05, Chris Ryland <[EMAIL PROTECTED]> wrote: > a small thing, I forgot: > If you want your ticket notification mails to reflect the real servername > too, > then you could use the a

Re: [Trac] Trac behind a SSL reverse proxy

2005-12-28 Thread Chris Ryland
On Dec 28, 2005, at 4:30 AM, lars wrote:a small thing, I forgot:If you want your ticket notification mails to reflect the real servername too,then you could use the attached patch for trac (change the hostnames in thispatch according to your setup). Maybe you should add a ticket to ask for real Tra

Re: [Trac] Trac behind a SSL reverse proxy

2005-12-28 Thread lars
a small thing, I forgot: If you want your ticket notification mails to reflect the real servername too, then you could use the attached patch for trac (change the hostnames in this patch according to your setup). Lars--- trac/Notify.py.orig 2005-05-10 18:46:12.0 +0200 +++ trac/Notify.py

Re: [Trac] Trac behind a SSL reverse proxy

2005-12-28 Thread lars
> I'm currently experiencing the same issue that Bill Moseley described a few > weeks ago (http://www.gossamer-threads.com/lists/trac/users/13714). > He informs me that he hasn't had any time to look into it further since then. > > Has anyone successfully setup Trac behind an SSL reverse proxy? It

[Trac] Trac behind a SSL reverse proxy

2005-12-27 Thread Marc Tremblay
I'm currently experiencing the same issue that Bill Moseley described a few weeks ago (http://www.gossamer-threads.com/lists/trac/users/13714).  He informs me that he hasn't had any time to look into it further since then.   Has anyone successfully setup Trac behind an SSL reverse proxy?   T

[Trac] Trac behind a SSL reverse proxy

2005-12-14 Thread Bill Moseley
I'm running Trac behind a reverse proxy on an ssl machine, but with a minor problem. Anyone else doing this? Any solutions? I have a project setup on an internal machine available as: http://inside.machine:81/project/trac.cgi On the outside SSL Apache machine I have: ProxyPass