On Jul 25, 2011, at 11:32 AM, <[email protected]> wrote: > > Hi All, > Have just installed SOGo 1.3.8 under UBUNTU and having problems connecting to > address book from iPhone. > Can someone share a SOGo.conf file for Apache2 where address book works with > iPhone over SSL? (I have set up sogo over SSL). > From reading the web I got a feeling that there are some problems with Address > Book sync and it's not working??? > > Thank you, > Sergei. > ***
Here's mine... Works with both iPhones and desktop Macs using Address Book. Notice that CardDAV is over port 8843: <VirtualHost 0.0.0.0:8843> ServerName sme.qzoneinc.com SSLEngine On ProxyRequests Off SetEnv proxy-nokeepalive 1 ProxyPreserveHost On ProxyPassInterpolateEnv On 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 <Proxy http://127.0.0.1:20000> RequestHeader set "x-webobjects-server-port" "8843" RequestHeader set "x-webobjects-server-name" "sme.qzoneinc.com:8843" RequestHeader set "x-webobjects-server-url" "https://sme.qzoneinc.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> </VirtualHost>-- [email protected] https://inverse.ca/sogo/lists
