You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Lee Carroll <le...@aol.com> on 2005/07/18 09:31:12 UTC

ssl check box on ac authoring tab

Hello

I've set up proxying following the mod proxy how to's and everything is 
working fine.
I would now like the behaviour after login to change so that the site uses 
http rather than https.
At the moment the entire authoring site remains in https. I've enabled the 
proxying sections in publication.xconf and was
hoping that every page which had an empty check mark against the ssl box in 
the ac tab would use http. publication.xconf
looks like

 <proxy area="authoring" ssl="true" 
url="https://www.cmsSite.com/myPub/authoring"/>
 <proxy area="authoring" ssl="false" 
url="http://www.cmsSite.com/myPub/authoring"/>

Have I unerstood how this works?
What is the correct way to configure this behaviour

Lee C




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: ssl check box on ac authoring tab

Posted by Lee Carroll <le...@aol.com>.
> That looks fine. However just for testing purpose you can try a setting
> like
>
> <proxy area="authoring" ssl="false"
> url="http://www.cmsSite.com/foo/bar"/>
>
> And you should see url like http://www.cmsSite.com/foo/bar/index.html if
> the ssl checkbox is empty otherwise link rewriting seems not to work
> correctly .....

I tried your test and the links did not get re-written as expected. (not 
re-written at all.)

I'm suspecting that mod_rewrite and mod_proxy are interfering ? has anyone 
saw this before




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: ssl check box on ac authoring tab

Posted by Jann Forrer <ja...@id.unizh.ch>.
On Mon, 18 Jul 2005, Lee Carroll wrote:

> Hello
>
> I've set up proxying following the mod proxy how to's and everything is
> working fine.
> I would now like the behaviour after login to change so that the site uses
> http rather than https.
> At the moment the entire authoring site remains in https. I've enabled the
> proxying sections in publication.xconf and was
> hoping that every page which had an empty check mark against the ssl box in
> the ac tab would use http.

Yes, it works like that in our publication (lenya-1.2.X) i.e. ever page is
using http if ssl-check mark is empty. The LinkRewriter should check your proxy
settings and rewrite the link accordingly.

> publication.xconf looks like
>
>  <proxy area="authoring" ssl="true"
> url="https://www.cmsSite.com/myPub/authoring"/>
>  <proxy area="authoring" ssl="false"
> url="http://www.cmsSite.com/myPub/authoring"/>
>

That looks fine. However just for testing purpose you can try a setting
like

<proxy area="authoring" ssl="false"
url="http://www.cmsSite.com/foo/bar"/>

And you should see url like http://www.cmsSite.com/foo/bar/index.html if
the ssl checkbox is empty otherwise link rewriting seems not to work
correctly .....

>
> Have I unerstood how this works?
> What is the correct way to configure this behaviour
>
It seems to configured correctly!

Jann

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org