I managed to get Addressbook from Lion running with Sogo 1.3.8b  by 
modifying/adding some "ProxyPass" statements in the apache config:


ProxyPass /principals http://127.0.0.1:20000/SOGo/dav/ interpolate
ProxyPass /SOGo/dav/ http://127.0.0.1:20000/SOGo/dav/ interpolate
ProxyPass / http://127.0.0.1:20000/SOGo/dav/ interpolate
ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0


<Proxy http://127.0.0.1:20000/SOGo>
## adjust the following to your configuration
  RequestHeader set "x-webobjects-server-port" "8843"
  RequestHeader set "x-webobjects-server-name" "carddav.server.com:8843"
  RequestHeader set "x-webobjects-server-url" "https://carddav.server.com:8843";

  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
  RequestHeader set "x-webobjects-remote-host" "127.0.0.1"

  AddDefaultCharset UTF-8

  Order allow,deny
  Allow from all
</Proxy>


thanks

Martin

-----Ursprüngliche Nachricht-----
Von: Bruce Johnson [mailto:[email protected]] 
Gesendet: Donnerstag, 18. August 2011 20:11
An: [email protected]
Betreff: Re: [SOGo] MacOS X 10.7 Lion Addressbook and CardDAV


On Aug 18, 2011, at 9:56 AM, <[email protected]> 
<[email protected]> wrote:

> I just set up the CardDav accounts on my mac running 10.6, 10.7, and my iPad.
> On the 10.6 and iPad they correctly show my address book.
> 
> On the 10.7 system it shows the LDAP directory. Parts of it.
> 
> The server settings are identical in each.
> 
> I think CardDav in  the 10.7 Address book is broken.

Some examination of the logs seems to indicate it's on the Mac side:

Here's the initial connection to CardDav from my 10.7 system:

-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to