[opencms-dev] https - how to use in OpenCMS
Marian Kasala
marian.kasala at apsoft.sk
Thu Oct 17 16:52:14 CEST 2002
Hi Joerg,
First you have to configure your http server for SSL
depending on what you use (apache, IIS, ...) How to do this you
will find in documentation of that server.
Then there are settings for opencms.
Settings in opencms.properties:
staticexport.enabled=true
staticexport.default.export=dynamic (or what is appropriate for your site)
url_prefix_https=https://your_server/${WEB_APP_NAME}/opencms
url_prefix_servername=http://your_server
----
Https page can be defined by adding property: export=https
I succeed to setup this configuration using tomcat 4.0.3.
It works ok, but I have problem when using method:
cms.getRequestContext().getResponse().sendCmsRedirect("/some_page.html")
if some_page.html is https page redirect fails.
Any help here is appreciated.
Best Regards,
Marian Kasala
AP Soft GmbH
Zabinská 22
SK-911 05 Trencín
Tel.: +421 32 7435144
Fax: +421 32 7435144
----- Original Message -----
From: "Oppermann, Joerg" <Joerg.Oppermann at t-systems.com>
To: <opencms-dev at www.opencms.org>
Sent: Thursday, October 17, 2002 1:40 PM
Subject: [opencms-dev] https - how to use in OpenCMS
> Hi,
>
> I would like to configure some pages in OpenCMS as https pages. Is there any docu how to do this?
>
> Thanks,
> Joerg
>
More information about the opencms-dev
mailing list