Hi,
I think I've found out why SSL wasn't working in my configuration......
Although SSL with static pages worked and in the TurbineResources.properties
file use.ssl=true I kept on getting a http link when accessing Turbine
through webmacro instead of https which is what I expected.
After looking into how Turbine works in this area I chose to change the
following in the TurbineWebMacroService file
newWC.put ( "link", new TemplateLink(data).setSecure() );
instead of
newWC.put ( "link", new TemplateLink(data));
Although it now works perfectly perhaps I should have changed it elsewhere?
Any thoughts on this?
/colin
>
> On Fri, 20 Oct 2000 18:03:22 +0200, Colin Chalmers said:
>
> > Can someone give me a few pointers as to the integration SSL/Turbine
>
> The only setting that you need to check in the TurbineResources.properties
file
> is:
> use.ssl=true
>
> Whats your setup? Are you using ssl via apache or via Tomcat? I am using
> mod_ssl via apache and with Tomcat 3.2b6 as the servlet engine and it
seems to
> work great. Here is a link to a page with detailed instructions on
setting up
> ssl with Apache/Tomcat:
>
> http://www.ccl.net/cca/software/UNIX/apache/README3.1LRH6.2.shtml
>
> John
>
> --
> ********************************
> ** John Thorhauer
> ** [EMAIL PROTECTED]
> ** take a look at:
> ** http://tambora.zenplex.org
> ** http://www.zenplex.org
> ** http://www.zenplex.com
> ********************************
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?: [EMAIL PROTECTED]
>
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]