[Catalyst] mod_proxy and https

2007-08-06 Thread Duncan Ferguson
Hiya list, If I have read the archives correctly, the only way to use http and https to the front end it to have 2 backend servers, once running http, the other forced to https, otherwise uri_for will not return the correct paths to the front end on the https ports. Is this still the

Re: [Catalyst] mod_proxy and https

2007-08-06 Thread Bill Moseley
On Mon, Aug 06, 2007 at 05:40:29PM +0100, Duncan Ferguson wrote: Hiya list, If I have read the archives correctly, the only way to use http and https to the front end it to have 2 backend servers, once running http, the other forced to https, otherwise uri_for will not return the

Re: [Catalyst] mod_proxy and https

2007-08-06 Thread Jonathan T. Rockway
On Mon, Aug 06, 2007 at 12:23:43PM -0500, Dave Rolsky wrote: On Mon, 6 Aug 2007, Duncan Ferguson wrote: For SSL you'd send X-Forwarded-Is-SSL with some true value. Hopefully this will be merged into the Catalyst trunk sometime soonish. I think we intend to get this into the next maint release