[horde] bad URL with ssl

Lars Kirchhoff lkirchhoff at ieb.net
Fri Aug 15 02:53:02 PDT 2003


I've got the same problem. To make this problem a bit more clear I try
to
describe this problem a bit more in detail.

I'm running a apache server with several domains. Unfortunately apache
only
supports one ssl domain per server. The solution for this problem is to
create
a ssl proxy, which handles all inquiries for the different domains.

For example the domain abc.com and xyz.com should be running with ssl on
the
same server. Therefore you setup a ssl proxy ssl.def.com which redirects
the
the inquiries to the different domains. In our case:

    ssl.def.com/abc --> would be redirected to abc.com
    ssl.def.com/xyz --> would be redirected to xyz.com

where the strings behind the "/" can be freely defined.

The Problem is that apache makes a local connection to the non ssl
domains
and returns the result to the ssl domain, which then serves the browser.

I think the problem is the url generation of horde, because you actually

need a https url, but the the ssl proxy then asks for a non ssl page.

I tried to setup horde to use always ssl and configured the server name
and server port for ssl use, but I couldn't get it work.

Any help or hints would be higly appreciated.

ciao Lars

PS: If I point the browser directly to the /horde/imp/ directory then
    I get the login screen without stylesheets.


> Hi,
>
> I have installed horde, imp,turba,kronolith,rakim from the HEAD (cvs
co
> horde..etc)...so horde 3.0 I guess.
> Everything works fine except I need an updated PEAR for Kronolith.
>
> When I try to access /horde/ over ssl with my hosting service it
cannot
> find the url. I got the following error:
>
> "The requested URL /horde/login.php was not found on this server "
>
> My domain is www.mydomain.com but to use ssl with my hosting service I

> need to acces it through:
> https://www.hostingservice.com/~myusername/
>
> so to resume:
> http://www.example.com/horde works perfect but,
> https://www.hostingservice.com/~myusername/horde/ complains  "The
> requested URL /horde/login.php was not found on this server "
>
> somehting to change in login.php ?
>
> thanks guys,
>
> Sebastien





More information about the horde mailing list