Re: Continuum behind SSL, any progress on this

2006-10-19 Thread Graham Leggett

Carlos Sanchez wrote:


I think this is already fixed for 1.1


Busy building trunk now, will confirm whether it's fixed.

Regards,
Graham
--


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Continuum behind SSL, any progress on this

2006-10-19 Thread Graham Leggett

Brian E. Fox wrote:


Someone asked about this a while ago (perhaps you). I have this working
but I had to use the
http://apache.webthing.com/mod_proxy_html/config.html and recompiled a
mod_proxy for apache 2.0.55. It works perfectly for this and other proxy
unfriendly apps. I'll update the jira with this info and attach the
module. 


In this case we can't add arbitrary modules to the httpd server, as it's 
not under our control, our only option is a proper fix.


Regards,
Graham
--


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Continuum behind SSL, any progress on this

2006-10-19 Thread Reinhard Poetz

Graham Leggett wrote:

Hi all,

It seems that http://jira.codehaus.org/browse/CONTINUUM-734 Can't use 
continuum behind https proxy still hasn't been resolved, which is a 
serious oversight.


Looking at the code, is this a continuum problem or a plexus problem?

Has there been any progress on this?


In the case you run behind an Apache 2 webserver, I found a work-around by 
rewritting all absolute links:


- install mod_proxy_html and load it within your Apache configuration
- add following lines to your Apache configuration file:
  ProxyRequests Off
  ProxyPass/ http://localhost:8082/
  ProxyPassReverse / http://localhost:8082/
  SetOutputFilter proxy-html
  ProxyHTMLURLMap http://localhost:8082 https://[your-domain.org]

--
Reinhard Pötz   Independent Consultant, Trainer  (IT)-Coach 


{Software Engineering, Open Source, Web Applications, Apache Cocoon}

   web(log): http://www.poetz.cc



___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum behind SSL, any progress on this

2006-10-19 Thread Jorg Heymans

Hi Reinhard,


Reinhard Poetz wrote:


- install mod_proxy_html and load it within your Apache configuration
- add following lines to your Apache configuration file:
  ProxyRequests Off
  ProxyPass/ http://localhost:8082/
  ProxyPassReverse / http://localhost:8082/
  SetOutputFilter proxy-html
  ProxyHTMLURLMap http://localhost:8082 https://[your-domain.org]



i tried enabling this on our zone, but i'm getting

Invalid command 'ProxyHTMLURLMap', perhaps mis-spelled or defined by a 
module not included in the server configuration


The module is loaded though, is there anything else that is needed to 
get this to work?


Thanks
Jorg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Re: Continuum behind SSL, any progress on this

2006-10-19 Thread Brian E. Fox
Jorg,
The module that implements this isn't part of the standard mod_proxy.
See my previous post or my comments here
http://jira.codehaus.org/browse/CONTINUUM-734  to see how it's done. 

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jorg Heymans
Sent: Thursday, October 19, 2006 3:06 PM
To: dev@maven.apache.org
Subject: Re: Continuum behind SSL, any progress on this

Hi Reinhard,


Reinhard Poetz wrote:

 - install mod_proxy_html and load it within your Apache configuration
 - add following lines to your Apache configuration file:
   ProxyRequests Off
   ProxyPass/ http://localhost:8082/
   ProxyPassReverse / http://localhost:8082/
   SetOutputFilter proxy-html
   ProxyHTMLURLMap http://localhost:8082 https://[your-domain.org]
 

i tried enabling this on our zone, but i'm getting

Invalid command 'ProxyHTMLURLMap', perhaps mis-spelled or defined by a
module not included in the server configuration

The module is loaded though, is there anything else that is needed to
get this to work?

Thanks
Jorg


-
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum behind SSL, any progress on this

2006-10-18 Thread Carlos Sanchez

I think this is already fixed for 1.1

On 10/18/06, Graham Leggett [EMAIL PROTECTED] wrote:

Hi all,

It seems that http://jira.codehaus.org/browse/CONTINUUM-734 Can't use
continuum behind https proxy still hasn't been resolved, which is a
serious oversight.

Looking at the code, is this a continuum problem or a plexus problem?

Has there been any progress on this?

Regards,
Graham
--






--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
-- The Princess Bride

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum behind SSL, any progress on this

2006-10-18 Thread Jorg Heymans

Carlos Sanchez wrote:


I think this is already fixed for 1.1


Are you guys planning on releasing a first 1.1 snapshot anytime soon?


Jorg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Continuum behind SSL, any progress on this

2006-10-18 Thread Jesse McConnell

There are still a number of things being worked on, but I imagine
after we pull the web testing back into the fold we can release an
alpha or something along those lines while the rest is fixed/polished
up for a release.

the trunk has been pretty useful for a while so there shouldn't be any
problems grabbing and building the latest from source, its pretty easy
to deploy now that its a webapp.

Note, if you are building on windows there is a strange issue
intermittently cropping up in the release functionality that is
getting nailed down so you might want to compile with
-Dmaven.test.skip=true

jesse

On 10/18/06, Jorg Heymans [EMAIL PROTECTED] wrote:

Carlos Sanchez wrote:

 I think this is already fixed for 1.1

Are you guys planning on releasing a first 1.1 snapshot anytime soon?


Jorg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
jesse mcconnell
[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Continuum behind SSL, any progress on this

2006-10-18 Thread Brian E. Fox
Someone asked about this a while ago (perhaps you). I have this working
but I had to use the
http://apache.webthing.com/mod_proxy_html/config.html and recompiled a
mod_proxy for apache 2.0.55. It works perfectly for this and other proxy
unfriendly apps. I'll update the jira with this info and attach the
module. 

-Original Message-
From: Graham Leggett [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 18, 2006 12:58 PM
To: Maven Developers List
Subject: Continuum behind SSL, any progress on this

Hi all,

It seems that http://jira.codehaus.org/browse/CONTINUUM-734 Can't use
continuum behind https proxy still hasn't been resolved, which is a
serious oversight.

Looking at the code, is this a continuum problem or a plexus problem?

Has there been any progress on this?

Regards,
Graham
--


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]