[opencms-dev] Problem with internal redirecting and SSL

Jan Meier jan.meier at zmnh.uni-hamburg.de
Thu Jul 6 12:44:18 CEST 2006


Hello Corsin,

> Any success on that? If so, what did you do?

Not really, but I think the problem was that the redirect from apache to 
tomcat was not via SSL, I added this lines to the apache configuration:

SSLProxyEngine on
SSLProxyVerify none
ProxyPass              /                    https://localhost:8443/
ProxyPassReverse  /                    https://localhost:8443/

That should fix the redirection problem but I can not access the workplace 
anymore, firefox shows a redirection error (Too many redirects).

Any suggestions?

Regards
Jan


> thank you and regards
> Corsin
>
> On 7/3/06, Jan Meier <jan.meier at zmnh.uni-hamburg.de> wrote:
> > Hello,
> >
> > I am trying to secure my OpenCms workplace with SSL. Currently Apache is
> > serving the encrypted connection to the browser and redirects the request
> > via
> > mod_proxy to tomcat. Everything works fine except that OpenCms does not
> > handle links correct.
> > If I login into the workplace everything works quite well, except that if
> > I
> > click on a file for editing I am redirected to http:// instead of
> > https://,
> > that means I leave the encrypted connection.
> > Another explample is the exit button, which has the link
> > https://hostname/system/login/index.html?logout=true
> > That's correct, but after the logout is done I am redirected to http://,
> > what
> > can I do? I do not want to leave the encrypted connection. It seems that
> > the
> > OpenCms internal does not detect the encrypted connection and redirects
> > wrong.
> >
> > Regards
> > Jan

-- 
Jan Meier
Universitaet Hamburg
Zentrum für Molekulare Neurobiologie
Service-Gruppe EDV
Falkenried 94
20251 Hamburg
Germany
Tel.:040 - 428 - 03 - 6619
Fax.:040 - 428 - 03 - 6621
--
my $self = push(@life, $success) or die;



More information about the opencms-dev mailing list