Dear all,

We have been problems for some months with synching shared calendars over caldav (iOS clients) without luck in figuring it out.

Usually entering the calendar entry on the iOS device works well and it becomes visible in the SOGo web client. The other way around doesn't always work, and for sure not on the devices of people I have shared my calendar with. Entering the calendar item the iOS device and usually it doesn't sync either to people I have shared my calendar with.

The iOS clients are set to sync all events as per the manual.
In the logs I can't really find anything useful.

Has someone had a similar problem or can recommend a clue as to where start searching?

I can post the SOGo server config if it could help you, but it doens't really have anything interesting.

The Apache virtualhost config is like this:

<VirtualHost *:55750>

        Servername mail.xxx.com

        ServerAdmin [email protected]

        CustomLog /data/web/sogo/logs/customlog combined

        ExpiresActive Off

        SSLEngine on

        SSLCertificateFile    /data/certificates/internal/mail.xxx.com.pem

        SSLCertificateKeyFile /data/certificates/internal/mail.xxx.com.key

        SSLCACertificateFile 
/data/certificates/external/PositiveSSL-bundle.ca-bundle

        # POODLE ATTACK

        SSLProtocol All -SSLv2 -SSLv3

        KeepAlive off

        RemoveInputFilter DEFLATE

        RemoveOutputFilter DEFLATE

        ProxyRequests Off

        SetEnv proxy-nokeepalive 1

        ProxyPreserveHost On

        ProxyPassInterpolateEnv On

        ProxyPass /SOGo http://127.0.0.1:20000/SOGo interpolate

        <Proxy "http://127.0.0.1:20000/SOGo";>

                RequestHeader set "x-webobjects-server-port" "55750"

                RequestHeader set "x-webobjects-server-name" 
"mail.xxx.com:55750"

                RequestHeader set "x-webobjects-server-url" 
"https://mail.xxx.com:55750";

                RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"

                RequestHeader set "x-webobjects-remote-host" %{REMOTE_HOST}e 
env=REMOTE_HOST

                AddDefaultCharset UTF-8

                Order allow,deny

                Allow from all

        </Proxy>

</VirtualHost>


Thank you,

Joris

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

Reply via email to