<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I am using the URL of my main apache (native) to get this error. What I
have been doing so far is the following:<br>
<br>
First I tried to connect directly to the port of the openpkg apache
(server:81). After some thinking of course that cannot work because the
native apache forwards everything in the manner server$1 to
<a class="moz-txt-link-freetext" href="https://server$1">https://server$1</a>. So I turned the native apache of and tried to
connect. Also with no luck but I think I have found the problem because
a connection to port 81 give the error<br>
<br>
<i>[Mon Feb 15 11:35:37 2010] [error] [client 85.180.149.61] access to
/kolab/var/kolab/www/client failed, reason: SSL connection required</i><br>
<br>
Pretty sure thats the problem. This way connecting to the native apache
calls the openpkg apache and tells him some error. The native probably
tries again and thats why I end up with the error below in the first
place.<br>
<br>
Question for me is what to do now? Since my native apache changes all
the requests form <a class="moz-txt-link-freetext" href="http://server:81">http://server:81</a> to <a class="moz-txt-link-freetext" href="https://server.81">https://server.81</a> before somebody
can get there without ssl I guess I can just remove the SSL connection
required part ... One thing to do and I am glad for help would be
finding out how and where.<br>
<br>
Does that make sense or did I go wrong somewhere? I thought I might
change the apache (native) rewrite rule to include connections to any
port.<br>
<br>
Thanks Alexander<br>
<br>
Am 15.02.2010 09:48, schrieb Gunnar Wrobel:
<blockquote cite="mid:20100215094833.87451mlb09e3k9y8@webmail.pardus.de"
 type="cite"><br>
Quoting Alexander Schröter
<a class="moz-txt-link-rfc2396E" href="mailto:webmaster@computational-chemistry.org"><webmaster@computational-chemistry.org></a>:
  <br>
  <br>
  <blockquote type="cite">Hi
    <br>
 I tried to follow the setup shown on the wiki page. I tested the
    <br>
server before putting it on the 81 port. So I am sort convinced the
    <br>
kolab server works but i am getting an error when trying to connect
    <br>
to it.
    <br>
 It says: Error: redirectionerror The page is redirected in a way
    <br>
that it will never be finished. This error can occur when cookies
    <br>
are disabled or not accepted.
    <br>
  </blockquote>
  <br>
Which URL are you trying to access? And what do the logs of the two
apaches show you?
  <br>
  <br>
Cheers,
  <br>
  <br>
Gunnar
  <br>
  <br>
  <blockquote type="cite"> Thats why i checked the wiki again. It says
that you are supposed
    <br>
to change the
    <br>
/kolab/etc/kolab/templates/fbview-horde-conf.template
    <br>
and the
    <br>
/kolab/etc/kolab/templates/horde-kolab-conf.template
    <br>
both times replacing /$conf['cookie']['domain'] =
    <br>
'@@@fqdnhostname@@@';/ with /$conf['cookie']['domain'] =
    <br>
$_SERVER['HTTP_X_FORWARDED_HOST'];/  . Since those files seem to be
    <br>
renamed to fbview-kolab-conf.template and
    <br>
webclient-kolab.conf.template I changed them according to the wiki.
    <br>
 But it is still not working ... maybe someone can help me figure
    <br>
this out. Thanks
    <br>
  </blockquote>
  <br>
</blockquote>
<br>
</body>
</html>